commit | 382e6e256b0cb1a84a45a520cef75d1b8ff44663 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Aug 16 17:08:20 2007 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Oct 10 08:55:32 2007 +0100 |
tree | 897cb4a2df63f5f9304bc5d486ec110c1d7ef8c9 | |
parent | bb3b0e3df5420fdf2c6bbb4417525c6d2ef55bbb [diff] |
[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>