]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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, 15 Jul 2013 08:26:49 +0000 (09:26 +0100)
commit05fad00037b60fe8311ffcbed986c6da55aa839f
treef492314045d4d9531e903b6400e1d1d28a1f083f
parent47188d39b5deeebf41f87a02af1b3935866364cf
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