]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFSv4: debug print ntohl(status) in nfs client callback xdr code
authorBenny Halevy <bhalevy@panasas.com>
Sun, 15 Jul 2007 17:14:32 +0000 (20:14 +0300)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 19 Jul 2007 19:21:40 +0000 (15:21 -0400)
commitf9d888fcd9665b863fa042212a3ee7b4c51399f6
tree1e8d4dff8be4b237d908fcb9d6460e472219a1ab
parente4eff1a622edd6ab7b73acd5d8763aa2fa3fee49
NFSv4: debug print ntohl(status) in nfs client callback xdr code

status in nfs client callback xdr code is passed in network order.
print it in host order for better readability.

Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/callback_xdr.c