NFS: Make nfs_cache_array.size a signed integer
Chuck Lever authored

Eliminate a number of implicit type casts in comparisons, and these
compiler warnings:

fs/nfs/dir.c: In function ‘nfs_readdir_clear_array’:
fs/nfs/dir.c:264:16: warning: comparison between signed and unsigned
		integer expressions [-Wsign-compare]
fs/nfs/dir.c: In function ‘nfs_readdir_search_for_cookie’:
fs/nfs/dir.c:352:16: warning: comparison between signed and unsigned
		integer expressions [-Wsign-compare]
fs/nfs/dir.c: In function ‘nfs_do_filldir’:
fs/nfs/dir.c:769:38: warning: comparison between signed and unsigned
		integer expressions [-Wsign-compare]
fs/nfs/dir.c:780:9: warning: comparison between signed and unsigned
		integer expressions [-Wsign-compare]
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
88b8e133
Name Last commit Last update
..
blocklayout NFS: start printks w/ NFS: even if __func__ shown
objlayout NFS: start printks w/ NFS: even if __func__ shown
Kconfig NFSv4: Send implementation id with exchange_id
Makefile pnfsblock: add blocklayout Kconfig option, Makefile, and stubs
cache_lib.c NFS: remove RPC PipeFS mount point references from NFS cache routines
cache_lib.h NFS: DNS resolver PipeFS notifier introduced
callback.c NFS: start printks w/ NFS: even if __func__ shown
callback.h NFSv4.1: Convert slotid from u8 to u32
callback_proc.c NFSv4.1: Get rid of NFS4CLNT_LAYOUTRECALL
callback_xdr.c NFSv4.1: Convert slotid from u8 to u32
client.c NFSv4: parse and display server implementation ids
delegation.c NFS: Use the inode->i_version to cache NFSv4 change attribute information
delegation.h NFS: Move cl_delegations to the nfs_server struct
dir.c NFS: Make nfs_cache_array.size a signed integer
direct.c atomic: use <linux/atomic.h>
dns_resolve.c NFS: pass proper net rpc_pton() in nfs_dns_resolve_name()
dns_resolve.h NFS: DNS resolver cache per network namespace context introduced
file.c NFS: Ensure that mmapped pages remain stable during writeback
fscache-index.c NFS: Use the inode->i_version to cache NFSv4 change attribute information
fscache.c FS-Cache: Add a helper to bulk uncache pages on an inode
fscache.h NFS: Propagate 'fsc' mount option through automounts
getroot.c Merge branch 'nfs-for-2.6.39' into nfs-for-next
idmap.c NFS: Store the legacy idmapper result in the keyring
inode.c NFS: make cb_ident_idr per net ns
internal.h NFS: search for client session id in proper network namespace
iostat.h
mount_clnt.c
namespace.c
netns.h
nfs2xdr.c
nfs3acl.c
nfs3proc.c
nfs3xdr.c
nfs4_fs.h
nfs4filelayout.c
nfs4filelayout.h
nfs4filelayoutdev.c
nfs4namespace.c
nfs4proc.c
nfs4renewd.c
nfs4state.c
nfs4xdr.c
nfsroot.c
pagelist.c
pnfs.c
pnfs.h
pnfs_dev.c
proc.c
read.c
super.c
symlink.c
sysctl.c
unlink.c
write.c