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.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/exofs/super.c b/fs/exofs/super.c
index 8216c5b77b53..a343b4ea62f6 100644
--- a/fs/exofs/super.c
+++ b/fs/exofs/super.c
@@ -1,8 +1,6 @@
1/* 1/*
2 * Copyright (C) 2005, 2006 2 * Copyright (C) 2005, 2006
3 * Avishay Traeger (avishay@gmail.com) (avishay@il.ibm.com) 3 * Avishay Traeger (avishay@gmail.com)
4 * Copyright (C) 2005, 2006
5 * International Business Machines
6 * Copyright (C) 2008, 2009 4 * Copyright (C) 2008, 2009
7 * Boaz Harrosh <bharrosh@panasas.com> 5 * Boaz Harrosh <bharrosh@panasas.com>
8 * 6 *
@@ -200,7 +198,7 @@ static const struct export_operations exofs_export_ops;
200/* 198/*
201 * Write the superblock to the OSD 199 * Write the superblock to the OSD
202 */ 200 */
203static int exofs_sync_fs(struct super_block *sb, int wait) 201int exofs_sync_fs(struct super_block *sb, int wait)
204{ 202{
205 struct exofs_sb_info *sbi; 203 struct exofs_sb_info *sbi;
206 struct exofs_fscb *fscb; 204 struct exofs_fscb *fscb;