X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fgfs2%2Fmeta_io.h;h=e037425bc0427e6cff31c6bda1bae2daa16cf626;hb=a25311c8e0b7071b129ca9a9e49e22eeaf620864;hp=3ec939e20dffeffcd66a207fdd58687a2a4947e5;hpb=b004157ab5b374a498a5874cda68c389219d23e7;p=linux-2.6 diff --git a/fs/gfs2/meta_io.h b/fs/gfs2/meta_io.h index 3ec939e20d..e037425bc0 100644 --- a/fs/gfs2/meta_io.h +++ b/fs/gfs2/meta_io.h @@ -67,7 +67,6 @@ static inline int gfs2_meta_inode_buffer(struct gfs2_inode *ip, } struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen); -void gfs2_meta_syncfs(struct gfs2_sbd *sdp); #define buffer_busy(bh) \ ((bh)->b_state & ((1ul << BH_Dirty) | (1ul << BH_Lock) | (1ul << BH_Pinned)))