aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/exofs/super.c')
-rw-r--r--fs/exofs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exofs/super.c b/fs/exofs/super.c
index e47b38e55a26..a343b4ea62f6 100644
--- a/fs/exofs/super.c
+++ b/fs/exofs/super.c
@@ -198,7 +198,7 @@ static const struct export_operations exofs_export_ops;
198/* 198/*
199 * Write the superblock to the OSD 199 * Write the superblock to the OSD
200 */ 200 */
201static int exofs_sync_fs(struct super_block *sb, int wait) 201int exofs_sync_fs(struct super_block *sb, int wait)
202{ 202{
203 struct exofs_sb_info *sbi; 203 struct exofs_sb_info *sbi;
204 struct exofs_fscb *fscb; 204 struct exofs_fscb *fscb;