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)
commit47ac5537a794fc71f89d51af492a945bd233f70c
tree65c9c68c8b14ceb0fae31f5a03ec4d811fdbec99
parenta245769f254bbbea868e2cf8dc42daa061cd276f
GFS2: Move two functions from log.c to lops.c

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