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)
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>

No differences found