commit | 4327a9bf71f4b021b675e01f24fefc647cff7513 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Mon Nov 12 13:03:29 2012 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue Nov 13 09:55:26 2012 +0000 |
tree | 04a8fa4b934fbbe569e693111fad16fcd8c31712 | |
parent | 343cd8f0d78515da38e41e9351f5ba306cdec84a [diff] |
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>