[GFS2] Add a missing gfs2_trans_add_bh()
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 16 Aug 2007 16:08:20 +0000 (17:08 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 10 Oct 2007 07:55:32 +0000 (08:55 +0100)
commit382e6e256b0cb1a84a45a520cef75d1b8ff44663
tree897cb4a2df63f5f9304bc5d486ec110c1d7ef8c9
parentbb3b0e3df5420fdf2c6bbb4417525c6d2ef55bbb
[GFS2] Add a missing gfs2_trans_add_bh()

This was missing from the dir_split_leaf() function although in
most cases its not a problem due to other functions having
already previously called gfs2_trans_add_bh. This makes certain
that it is correct.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Cc: Wendy Cheng <wcheng@redhat.com>
fs/gfs2/dir.c