From: Andrew Morton Date: Wed, 30 Apr 2008 07:54:53 +0000 (-0700) Subject: hfs: fix warning with 64k PAGE_SIZE X-Git-Tag: v2.6.26-rc1~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e5a5097303eedb4ffae2719843eb064221b1db4;p=pandora-kernel.git hfs: fix warning with 64k PAGE_SIZE fs/hfs/btree.c: In function 'hfs_bmap_alloc': fs/hfs/btree.c:263: warning: comparison is always false due to limited range of data type The patch makes the warning go away, but the code might actually be buggy? Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed