summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfsnode.h
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2002-04-27 22:10:16 +0000
committeriedowse <iedowse@FreeBSD.org>2002-04-27 22:10:16 +0000
commitbae478cc81a5cbd5e18016c3f06d8687ff2dc748 (patch)
tree7a3673c36cfa38b1f2d63c72f3b2e4bb62f36a4a /sys/nfsclient/nfsnode.h
parentd8a09549094e7bab0e8a6c6fe6d06654c3c57387 (diff)
downloadFreeBSD-src-bae478cc81a5cbd5e18016c3f06d8687ff2dc748.zip
FreeBSD-src-bae478cc81a5cbd5e18016c3f06d8687ff2dc748.tar.gz
Remove the nfs_{lock,unlock,islocked} functions and the associated
definitions; they have been unused and #if 0'd out since the Lite/2 merge and we are unlikely to want them in the future.
Diffstat (limited to 'sys/nfsclient/nfsnode.h')
-rw-r--r--sys/nfsclient/nfsnode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/nfsclient/nfsnode.h b/sys/nfsclient/nfsnode.h
index fcda484..5fe3dce 100644
--- a/sys/nfsclient/nfsnode.h
+++ b/sys/nfsclient/nfsnode.h
@@ -137,8 +137,6 @@ struct nfsnode {
#define NACC 0x0100 /* Special file accessed */
#define NUPD 0x0200 /* Special file updated */
#define NCHG 0x0400 /* Special file times changed */
-#define NLOCKED 0x0800 /* node is locked */
-#define NWANTED 0x0100 /* someone wants to lock */
/*
* Convert between nfsnode pointers and vnode pointers
OpenPOWER on IntegriCloud