diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2008-08-01 09:46:19 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2008-08-01 09:46:19 +0000 |
| commit | cb917b839b94adf81f241d51bcd2a1ce82161618 (patch) | |
| tree | 20f5445f82a8aac528ac6803d9bf5f1b4b31ed62 /sys/nfsclient/nfsnode.h | |
| parent | 5e38927c8c78b301b63e4c30508cf75fd60fa0e4 (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient/nfsnode.h')
| -rw-r--r-- | sys/nfsclient/nfsnode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nfsclient/nfsnode.h b/sys/nfsclient/nfsnode.h index f6d898a6b0a5..de44ba4348e9 100644 --- a/sys/nfsclient/nfsnode.h +++ b/sys/nfsclient/nfsnode.h @@ -113,7 +113,6 @@ struct nfsnode { nfsfh_t *n_fhp; /* NFS File Handle */ struct vnode *n_vnode; /* associated vnode */ struct vnode *n_dvp; /* parent vnode */ - struct lockf *n_lockf; /* Locking record of file */ int n_error; /* Save write error value */ union { struct timespec nf_atim; /* Special file times */ |
