]> git.baikalelectronics.ru Git - kernel.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)
commit4ac5b0cee108241a2e9b7816e33616fc3199d014
tree1e8d4dff8be4b237d908fcb9d6460e472219a1ab
parentd4252ee5499f219588b2d06e45a016666fbf9ee1
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