From: Steven Whitehouse Date: Wed, 31 Oct 2012 10:30:22 +0000 (+0000) Subject: GFS2: Use proper allocation context for new inodes X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~8^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9aecf73717f55e41ac11682a50bef8594547025;p=pandora-kernel.git GFS2: Use proper allocation context for new inodes Rather than using the parent directory's allocation context, this patch allocated the new inode earlier in the process and then uses it to contain all the information required. As a result, we can now use the new inode's own allocation context to allocate it rather than having to use the parent directory's context. This give us a lot more flexibility in where the inode is placed on disk. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed