|
|
| version 1.8, 2004/04/25 17:28:34 | version 1.9, 2004/05/03 16:06:26 |
|---|---|
| Line 46 | Line 46 |
| #include "nfs.h" | #include "nfs.h" |
| #endif | #endif |
| #include <sys/lockf.h> | |
| /* | /* |
| * Silly rename structure that hangs off the nfsnode until the name | * Silly rename structure that hangs off the nfsnode until the name |
| * can be removed by nfs_inactive() | * can be removed by nfs_inactive() |
| Line 108 struct nfsnode { | Line 110 struct nfsnode { |
| struct ucred *n_rucred; | struct ucred *n_rucred; |
| struct ucred *n_wucred; | struct ucred *n_wucred; |
| struct vnode *n_vnode; /* associated vnode */ | struct vnode *n_vnode; /* associated vnode */ |
| struct lockf *n_lockf; /* Locking record of file */ | struct lockf n_lockf; /* Locking record of file */ |
| int n_error; /* Save write error value */ | int n_error; /* Save write error value */ |
| union { | union { |
| struct timespec nf_atim; /* Special file times */ | struct timespec nf_atim; /* Special file times */ |