diff options
Diffstat (limited to 'fs/nfsd/vfs.c')
-rw-r--r-- | fs/nfsd/vfs.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c index a0015a958aef..f6ca32b07e11 100644 --- a/fs/nfsd/vfs.c +++ b/fs/nfsd/vfs.c | |||
@@ -72,12 +72,6 @@ struct raparm_hbucket { | |||
72 | #define RAPARM_HASH_MASK (RAPARM_HASH_SIZE-1) | 72 | #define RAPARM_HASH_MASK (RAPARM_HASH_SIZE-1) |
73 | static struct raparm_hbucket raparm_hash[RAPARM_HASH_SIZE]; | 73 | static struct raparm_hbucket raparm_hash[RAPARM_HASH_SIZE]; |
74 | 74 | ||
75 | static inline int | ||
76 | nfsd_v4client(struct svc_rqst *rq) | ||
77 | { | ||
78 | return rq->rq_prog == NFS_PROGRAM && rq->rq_vers == 4; | ||
79 | } | ||
80 | |||
81 | /* | 75 | /* |
82 | * Called from nfsd_lookup and encode_dirent. Check if we have crossed | 76 | * Called from nfsd_lookup and encode_dirent. Check if we have crossed |
83 | * a mount point. | 77 | * a mount point. |