]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nfsd: fix dprintk in nfsd4_encode_getdeviceinfo
authorJeff Layton <jlayton@redhat.com>
Thu, 22 Sep 2016 11:19:02 +0000 (07:19 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 23 Sep 2016 14:18:52 +0000 (10:18 -0400)
commitbec782b4fccd395bacb6f99187a9131f7826cbd1
tree3e888d563107a72fdcf33ff7353dee4c19251446
parent89dfdc964bb4b2112c2cd058412f49d9906c9d35
nfsd: fix dprintk in nfsd4_encode_getdeviceinfo

nfserr is big-endian, so we should convert it to host-endian before
printing it.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4xdr.c