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

No differences found