|
|
| version 1.5, 2003/11/21 22:46:14 | version 1.6, 2004/05/03 16:06:27 |
|---|---|
| Line 46 | Line 46 |
| #ifndef _SYS_LOCK_H_ | #ifndef _SYS_LOCK_H_ |
| #include <sys/lock.h> | #include <sys/lock.h> |
| #endif | #endif |
| #ifndef _SYS_LOCKF_H | |
| #include <sys/lockf.h> | |
| #endif | |
| #ifndef _SYS_QUEUE_H_ | #ifndef _SYS_QUEUE_H_ |
| #include <sys/queue.h> | #include <sys/queue.h> |
| #endif | #endif |
| Line 90 struct inode { | Line 93 struct inode { |
| #define i_e2fs inode_u.e2fs | #define i_e2fs inode_u.e2fs |
| struct dquot *i_dquot[MAXQUOTAS]; /* Dquot structures. */ | struct dquot *i_dquot[MAXQUOTAS]; /* Dquot structures. */ |
| u_quad_t i_modrev; /* Revision level for NFS lease. */ | u_quad_t i_modrev; /* Revision level for NFS lease. */ |
| struct lockf *i_lockf;/* Head of byte-level lock list. */ | struct lockf i_lockf;/* Head of byte-level lock list. */ |
| /* | /* |
| * Side effects; used during directory lookup. | * Side effects; used during directory lookup. |
| */ | */ |