diff options
Diffstat (limited to 'fs/nfsd/nfsfh.c')
-rw-r--r-- | fs/nfsd/nfsfh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfsfh.c b/fs/nfsd/nfsfh.c index 100ae5641162..c7b0fdaeac96 100644 --- a/fs/nfsd/nfsfh.c +++ b/fs/nfsd/nfsfh.c | |||
@@ -279,7 +279,7 @@ fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, int access) | |||
279 | if (error) | 279 | if (error) |
280 | goto out; | 280 | goto out; |
281 | 281 | ||
282 | if (!(access & MAY_LOCK)) { | 282 | if (!(access & NFSD_MAY_LOCK)) { |
283 | /* | 283 | /* |
284 | * pseudoflavor restrictions are not enforced on NLM, | 284 | * pseudoflavor restrictions are not enforced on NLM, |
285 | * which clients virtually always use auth_sys for, | 285 | * which clients virtually always use auth_sys for, |