GFS2: Move gfs2_sync_meta to lops.c
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 3 Jul 2013 14:13:32 +0000 (15:13 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 19 Aug 2013 16:26:32 +0000 (17:26 +0100)
commit7c0ef28a2c9a768ffb63c1c3d9542b6e175ab260
treee423a9d588de594095d7387dac9bb5c8dfa073bd
parentd6a5e06cd17a3f901231e345e4acc1c3dab9fbb8
GFS2: Move gfs2_sync_meta to lops.c

Since gfs2_sync_meta() is only called from a single file, lets move
it to lops.c where it is used, and mark it static. At the same
time, we can clean up the meta_io.h header too.

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