GFS2: Split gfs2_trans_add_bh() into two
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 14 Dec 2012 12:36:02 +0000 (12:36 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 29 Jan 2013 10:28:04 +0000 (10:28 +0000)
commit350a9b0a7269c6f4b99eca34d0e773c3c2072520
tree2cb52b2c5a5b5da1a1a07ef50be4bf0598cdb407
parent75f2b879aeb3158daf6aa95d135803f7e71df06b
GFS2: Split gfs2_trans_add_bh() into two

There is little common content in gfs2_trans_add_bh() between the data
and meta classes by the time that the functions which it calls are
taken into account. The intent here is to split this into two
separate functions. Stage one is to introduce gfs2_trans_add_data()
and gfs2_trans_add_meta() and update the callers accordingly.

Later patches will then pull in the content of gfs2_trans_add_bh()
and its dependent functions in order to clean up the code in this
area.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/aops.c
fs/gfs2/bmap.c
fs/gfs2/dir.c
fs/gfs2/file.c
fs/gfs2/inode.c
fs/gfs2/quota.c
fs/gfs2/rgrp.c
fs/gfs2/super.c
fs/gfs2/trans.c
fs/gfs2/trans.h
fs/gfs2/xattr.c