GFS2: Eliminate redundant buffer_head manipulation in gfs2_unlink_inode
authorBob Peterson <rpeterso@redhat.com>
Mon, 12 Nov 2012 18:03:29 +0000 (13:03 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 13 Nov 2012 09:55:26 +0000 (09:55 +0000)
commit4327a9bf71f4b021b675e01f24fefc647cff7513
tree04a8fa4b934fbbe569e693111fad16fcd8c31712
parent343cd8f0d78515da38e41e9351f5ba306cdec84a
GFS2: Eliminate redundant buffer_head manipulation in gfs2_unlink_inode

Since we now have a dirty_inode that takes care of manipulating the
inode buffer and writing from the inode to the buffer, we can
eliminate some unnecessary buffer manipulations in gfs2_unlink_inode
that are now redundant.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/inode.c