From: David Chinner Date: Sat, 10 Feb 2007 07:36:10 +0000 (+1100) Subject: [XFS] Make growfs work for amounts greater than 2TB X-Git-Tag: v2.6.21-rc1~274^2~227^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f4ebf2bf2f57c1a9abb3655391336cc90314b3;p=pandora-kernel.git [XFS] Make growfs work for amounts greater than 2TB The free block modification code has a 32bit interface, limiting the size the filesystem can be grown even on 64 bit machines. On 32 bit machines, there are other 32bit variables in transaction structures and interfaces that need to be expanded to allow this to work. SGI-PV: 959978 SGI-Modid: xfs-linux-melb:xfs-kern:27894a Signed-off-by: David Chinner Signed-off-by: Christoph Hellwig Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed