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 98338a569dc0..c59d6fbb7a6b 100644 --- a/fs/nfsd/nfsfh.c +++ b/fs/nfsd/nfsfh.c | |||
@@ -269,7 +269,7 @@ fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, int access) | |||
269 | "acc=%x, error=%d\n", | 269 | "acc=%x, error=%d\n", |
270 | dentry->d_parent->d_name.name, | 270 | dentry->d_parent->d_name.name, |
271 | dentry->d_name.name, | 271 | dentry->d_name.name, |
272 | access, (error >> 24)); | 272 | access, ntohl(error)); |
273 | } | 273 | } |
274 | out: | 274 | out: |
275 | if (exp && !IS_ERR(exp)) | 275 | if (exp && !IS_ERR(exp)) |