]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/exofs/super.c
exofs: Avoid using file_fsync()
[net-next-2.6.git] / fs / exofs / super.c
index e47b38e55a26289e4cdf1413071252ad2b1af5ca..a343b4ea62f611c5551e9f57fbedb05a0a7a012e 100644 (file)
@@ -198,7 +198,7 @@ static const struct export_operations exofs_export_ops;
 /*
  * Write the superblock to the OSD
  */
-static int exofs_sync_fs(struct super_block *sb, int wait)
+int exofs_sync_fs(struct super_block *sb, int wait)
 {
        struct exofs_sb_info *sbi;
        struct exofs_fscb *fscb;