Removed some padding bytes from the nfsnode struct to make the structure
size a power of 2 again. The system complains otherwise - probably because it wastes space with our malloc scheme otherwise.
This commit is contained in:
parent
ec94de0d83
commit
4b43e1d8ca
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)nfsnode.h 8.4 (Berkeley) 2/13/94
|
||||
* $Id: nfsnode.h,v 1.2 1994/08/02 07:52:22 davidg Exp $
|
||||
* $Id: nfsnode.h,v 1.3 1994/08/08 17:30:55 davidg Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -76,7 +76,6 @@ struct nfsnode {
|
||||
time_t n_expiry; /* Lease expiry time */
|
||||
struct nfsnode *n_tnext; /* Nqnfs timer chain */
|
||||
struct nfsnode *n_tprev;
|
||||
long spare1; /* To 8 byte boundary */
|
||||
struct sillyrename n_silly; /* Silly rename struct */
|
||||
struct timeval n_atim; /* Special file times */
|
||||
struct timeval n_mtim;
|
||||
|
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)nfsnode.h 8.4 (Berkeley) 2/13/94
|
||||
* $Id: nfsnode.h,v 1.2 1994/08/02 07:52:22 davidg Exp $
|
||||
* $Id: nfsnode.h,v 1.3 1994/08/08 17:30:55 davidg Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -76,7 +76,6 @@ struct nfsnode {
|
||||
time_t n_expiry; /* Lease expiry time */
|
||||
struct nfsnode *n_tnext; /* Nqnfs timer chain */
|
||||
struct nfsnode *n_tprev;
|
||||
long spare1; /* To 8 byte boundary */
|
||||
struct sillyrename n_silly; /* Silly rename struct */
|
||||
struct timeval n_atim; /* Special file times */
|
||||
struct timeval n_mtim;
|
||||
|
Loading…
Reference in New Issue
Block a user