NFS: Use size_t for storing name lengths
authorChuck Lever <chuck.lever@oracle.com>
Thu, 20 Dec 2007 19:54:49 +0000 (14:54 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 30 Jan 2008 07:06:01 +0000 (02:06 -0500)
commitd24aae41b4d4141d4f3cffdbf4c31d85637ba691
tree837cf221908b34da1a6d5733c68578721f5b0610
parenta661b77fc12a172edea4b709e37f8cd58a6bd500
NFS: Use size_t for storing name lengths

Clean up: always use the same type when handling buffer lengths.  As a
bonus, this prevents a mixed sign comparison in idmap_lookup_name.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/idmap.c