]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit83b81c47602a57baad8657c32d1737876ecdf184
tree04a8fa4b934fbbe569e693111fad16fcd8c31712
parent3e5bc2d1b3f4647e7aa6622d329ab8ae3fe0fbd9
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