From: Steven Whitehouse Date: Wed, 8 Nov 2006 20:45:46 +0000 (-0500) Subject: [GFS2] Remove gfs2_inode_attr_in X-Git-Tag: v2.6.20-rc1~145^2^2~5^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e2dbdac3df300516ffdd9a8631f23164d068a50;p=pandora-kernel.git [GFS2] Remove gfs2_inode_attr_in This function wasn't really doing the right thing. There was no need to update the inode size at this point and the updating of the i_blocks field has now been moved to the places where di_blocks is updated. A result of this patch and some those preceeding it is that unlocking a glock is now a much more efficient process, since there is no longer any requirement to copy data from the gfs2 inode into the vfs inode at this point. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed