NFS: change sign of nfs_fh length
authorFrank Sorenson <sorenson@redhat.com>
Tue, 23 Oct 2018 15:34:57 +0000 (10:34 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 23 Oct 2018 16:22:21 +0000 (12:22 -0400)
commit86bbd7422ae6a33735df6846fd685e46686da714
tree28a94b41c90672690ae8b3eaa7a937a21ee6c2d2
parent93bdcf9fdb89646e9446fab25aec76a754969619
NFS: change sign of nfs_fh length

The filehandle has a length which is defined as a 32-bit
"unsigned integer".  Change sign of the length appropriately.

Signed-off-by: Frank Sorenson <sorenson@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4xdr.c