From 7c0ef28a2c9a768ffb63c1c3d9542b6e175ab260 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Wed, 3 Jul 2013 15:13:32 +0100 Subject: 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 --- fs/gfs2/meta_io.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'fs/gfs2/meta_io.c') diff --git a/fs/gfs2/meta_io.c b/fs/gfs2/meta_io.c index 0da390686c08..932415050540 100644 --- a/fs/gfs2/meta_io.c +++ b/fs/gfs2/meta_io.c @@ -97,24 +97,6 @@ const struct address_space_operations gfs2_meta_aops = { .releasepage = gfs2_releasepage, }; -/** - * gfs2_meta_sync - Sync all buffers associated with a glock - * @gl: The glock - * - */ - -void gfs2_meta_sync(struct gfs2_glock *gl) -{ - struct address_space *mapping = gfs2_glock2aspace(gl); - int error; - - filemap_fdatawrite(mapping); - error = filemap_fdatawait(mapping); - - if (error) - gfs2_io_error(gl->gl_sbd); -} - /** * gfs2_getbuf - Get a buffer with a given address space * @gl: the glock -- cgit v1.2.3