[GFS2] Remove gfs2_inode_attr_in
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 8 Nov 2006 20:45:46 +0000 (15:45 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:34:52 +0000 (10:34 -0500)
commit9e2dbdac3df300516ffdd9a8631f23164d068a50
tree088a7dce1a0cc678a80ca1609642e7e3ecacd4dd
parente7c698d74fc9e0e76b3086062b0519df3601ff52
[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 <swhiteho@redhat.com>
fs/gfs2/bmap.c
fs/gfs2/dir.c
fs/gfs2/eattr.c
fs/gfs2/glops.c
fs/gfs2/inode.c
fs/gfs2/inode.h