From a1c3e5adf5ca777ae5024c9b3a37138c105287c0 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 1 Feb 2007 13:52:43 +0000 Subject: [PATCH] --- yaml --- r: 46020 b: refs/heads/master c: fc2dd2e51a1940acac665696e6a70a1a73dc90a4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfsfh.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d401b4cd9390..e998889a5d49 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eb7972271720bfc64dc8bacc5b15f874c0bcc859 +refs/heads/master: fc2dd2e51a1940acac665696e6a70a1a73dc90a4 diff --git a/trunk/fs/nfsd/nfsfh.c b/trunk/fs/nfsd/nfsfh.c index 98338a569dc0..c59d6fbb7a6b 100644 --- a/trunk/fs/nfsd/nfsfh.c +++ b/trunk/fs/nfsd/nfsfh.c @@ -269,7 +269,7 @@ fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, int access) "acc=%x, error=%d\n", dentry->d_parent->d_name.name, dentry->d_name.name, - access, (error >> 24)); + access, ntohl(error)); } out: if (exp && !IS_ERR(exp))