GFS2: Move two functions from log.c to lops.c
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 3 Feb 2012 15:21:59 +0000 (15:21 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 28 Feb 2012 17:09:59 +0000 (17:09 +0000)
gfs2_log_get_buf() and gfs2_log_fake_buf() are both used
only in lops.c, so move them next to their callers and they
can then become static.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/log.c
fs/gfs2/log.h
fs/gfs2/lops.c

diff --cc fs/gfs2/log.c
Simple merge
diff --cc fs/gfs2/log.h
Simple merge
diff --cc fs/gfs2/lops.c
Simple merge