]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8451408962cbc50346240af16ab9eda4251d95c0
tree28a94b41c90672690ae8b3eaa7a937a21ee6c2d2
parentb52356e2a4fdc7bf536025d3e9f52f41263052f1
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