diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfsd/vfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c index 0c92a17d1770..4c22870293e6 100644 --- a/fs/nfsd/vfs.c +++ b/fs/nfsd/vfs.c | |||
@@ -502,7 +502,7 @@ nfsd4_set_nfs4_acl(struct svc_rqst *rqstp, struct svc_fh *fhp, | |||
502 | unsigned int flags = 0; | 502 | unsigned int flags = 0; |
503 | 503 | ||
504 | /* Get inode */ | 504 | /* Get inode */ |
505 | error = fh_verify(rqstp, fhp, 0 /* S_IFREG */, NFSD_MAY_SATTR); | 505 | error = fh_verify(rqstp, fhp, 0, NFSD_MAY_SATTR); |
506 | if (error) | 506 | if (error) |
507 | return error; | 507 | return error; |
508 | 508 | ||