summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@fys.uio.no>2005-01-04 21:42:30 +0100
committerTrond Myklebust <trond.myklebust@fys.uio.no>2005-01-04 21:42:30 +0100
commiteaffe965448685d2f8db3a29cf00c132f296abb6 (patch)
tree4145dec449716eb396a2aecd32dae60046172376 /include/linux/fs.h
parent842134f1e3a19a98f1757e11f509f63fd5257714 (diff)
VFS: Remove LOCK_USE_CLNT. It should no longer be necessary.
Signed-off-by: Trond Myklebust <trond.myklebust@fys.uio.no>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 3d1cc5dd9a94..7bed389b9dfd 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1189,11 +1189,6 @@ extern long do_mount(char *, char *, char *, unsigned long, void *);
extern int vfs_statfs(struct super_block *, struct kstatfs *);
-/* Return value for VFS lock functions - tells locks.c to lock conventionally
- * REALLY kosha for root NFS and nfs_lock
- */
-#define LOCK_USE_CLNT 1
-
#define FLOCK_VERIFY_READ 1
#define FLOCK_VERIFY_WRITE 2