From: Chuck Lever Date: Mon, 24 Sep 2012 18:51:48 +0000 (-0400) Subject: MAX_LFS_FILESIZE should be a loff_t X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~36^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bd2c1941f141ad780135ccc1cd08ca71a24f10a;p=pandora-kernel.git MAX_LFS_FILESIZE should be a loff_t fs/nfs/internal.h: In function ‘nfs_super_set_maxbytes’: fs/nfs/internal.h:547:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Seen with gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2). Commit 42cb56ae made s_maxbytes a loff_t, thus the type of MAX_LFS_FILESIZE should also be a loff_t. Signed-off-by: Chuck Lever Acked-by: Jeff Layton Signed-off-by: Al Viro --- Reading git-diff-tree failed