From: Christoph Hellwig Date: Thu, 8 Jan 2009 18:42:23 +0000 (-0500) Subject: [XFS] fix compile of xfs_btree_readahead_lblock on m68k X-Git-Tag: v2.6.29-rc2~80^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6edbd1c1cbef278d58cdd8b046599ba8ac90cfc;p=pandora-kernel.git [XFS] fix compile of xfs_btree_readahead_lblock on m68k Change the left/right variables to the proper always 64bit xfs_dfsbo_t type because otherwise compilation fails for Geert on m68k without CONFIG_LBD: | fs/xfs/xfs_btree.c: In function 'xfs_btree_readahead_lblock': | fs/xfs/xfs_btree.c:736: warning: comparison is always true due to limited range of data type | fs/xfs/xfs_btree.c:741: warning: comparison is always true due to limited range of data type Reported-by: Geert Uytterhoeven Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed