diff options
author | Chuck Lever <[email protected]> | 2010-05-07 13:33:48 -0400 |
---|---|---|
committer | Trond Myklebust <[email protected]> | 2010-05-14 15:09:31 -0400 |
commit | 0f15c53d5b1829c10dd901f37b8263aa25ecf864 (patch) | |
tree | 63c9b3f8505b97f7397bccf134d0c8655b33d71e /net/lapb/lapb_in.c | |
parent | 9605a069f83d999e60cd57dc8010708fe08291c0 (diff) |
NFS: Squelch compiler warning
Seen with -Wextra:
/home/cel/linux/fs/nfs/fscache.c: In function ‘__nfs_readpages_from_fscache’:
/home/cel/linux/fs/nfs/fscache.c:479: warning: comparison between signed and unsigned integer expressions
The comparison implicitly converts "int" to "unsigned", making it
safe. But there's no need for the implicit type conversions here, and
the dfprintk() already uses a "%u" formatter for "npages." Better to
reduce confusion.
Signed-off-by: Chuck Lever <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions