From: Nathan Scott Date: Mon, 14 May 2007 08:24:02 +0000 (+1000) Subject: [XFS] Don't grow filesystems past the size they can index. X-Git-Tag: v2.6.23-rc1~1056^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cc929ee305c69573cb842aade059dbe2a93940c;p=pandora-kernel.git [XFS] Don't grow filesystems past the size they can index. When growing a filesystem we don't check to see if the new size overflows the page cache index range, so we can do silly things like grow a filesystem page 16TB on a 32bit. Check new filesystem sizes against the limits the kernel can support. SGI-PV: 957886 SGI-Modid: xfs-linux-melb:xfs-kern:28563a Signed-Off-By: Nathan Scott Signed-off-by: David Chinner Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed