[GFS2] Merge gfs2_alloc_meta and gfs2_alloc_data
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 1 Feb 2008 14:52:30 +0000 (14:52 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 31 Mar 2008 09:40:45 +0000 (10:40 +0100)
Thanks to the preceeding patches, the only difference between
these two functions is their name. We can thus merge them
and call the new function gfs2_alloc_block to reflect the
fact that it can allocate either kind of block.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/bmap.c
fs/gfs2/dir.c
fs/gfs2/eattr.c
fs/gfs2/rgrp.c
fs/gfs2/rgrp.h

diff --cc fs/gfs2/bmap.c
Simple merge
diff --cc fs/gfs2/dir.c
Simple merge
diff --cc fs/gfs2/eattr.c
Simple merge
diff --cc fs/gfs2/rgrp.c
Simple merge
diff --cc fs/gfs2/rgrp.h
Simple merge