From: Christoph Hellwig Date: Tue, 29 Jul 2014 23:12:05 +0000 (+1000) Subject: xfs: require 64-bit sector_t X-Git-Tag: omap-for-v3.17/fixes-against-rc2~83^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5cf09baced0ef3d2cc118865079f8b129e98e2f;p=pandora-kernel.git xfs: require 64-bit sector_t Trying to support tiny disks only and saving a bit memory might have made sense on an SGI O2 15 years ago, but is pretty pointless today. Remove the rarely tested codepath that uses various smaller in-memory types to reduce our test matrix and make the codebase a little bit smaller and less complicated. Signed-off-by: Christoph Hellwig Reviewed-by: Ben Myers Signed-off-by: Dave Chinner --- Reading git-diff-tree failed