From: Dave Kleikamp Date: Mon, 20 Jun 2011 15:53:46 +0000 (-0500) Subject: JFS: Don't save agno in the inode X-Git-Tag: v3.0-rc5~45^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d31b53e3cd069e02290ed8a648aa8c7618d6fe77;p=pandora-kernel.git JFS: Don't save agno in the inode Resizing the file system can result in an in-memory inode being remapped to a different aggregate group (AG). A cached AG number can cause problems when trying to free or allocate inodes. Instead, save the IAG's agstart address and calculate the agno when we need it. Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed