From bae478cc81a5cbd5e18016c3f06d8687ff2dc748 Mon Sep 17 00:00:00 2001 From: iedowse Date: Sat, 27 Apr 2002 22:10:16 +0000 Subject: 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. --- sys/nfsclient/nfsnode.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/nfsclient/nfsnode.h') 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 -- cgit v1.1