diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2005-01-04 21:42:30 +0100 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@fys.uio.no> | 2005-01-04 21:42:30 +0100 |
| commit | eaffe965448685d2f8db3a29cf00c132f296abb6 (patch) | |
| tree | 4145dec449716eb396a2aecd32dae60046172376 /include/linux/fs.h | |
| parent | 842134f1e3a19a98f1757e11f509f63fd5257714 (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.h | 5 |
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 |
