From: Jeff Layton Date: Fri, 18 Sep 2009 20:05:50 +0000 (-0700) Subject: vfs: explicitly cast s_maxbytes in fiemap_check_ranges X-Git-Tag: v2.6.32-rc1~58^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aa98b706e83da4cde4172c890d6e815915536a0;p=pandora-kernel.git vfs: explicitly cast s_maxbytes in fiemap_check_ranges If fiemap_check_ranges is passed a large enough value, then it's possible that the value would be cast to a signed value for comparison against s_maxbytes when we change it to loff_t. Make sure that doesn't happen by explicitly casting s_maxbytes to an unsigned value for the purposes of comparison. Signed-off-by: Jeff Layton Cc: Christoph Hellwig Cc: Robert Love Cc: Al Viro Cc: Johannes Weiner Cc: Mandeep Singh Baines Signed-off-by: Andrew Morton Signed-off-by: Al Viro --- Reading git-diff-tree failed