hfsplus: make hfsplus_sync_fs static

... because it is used only in fs/hfsplus/super.c.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Artem Bityutskiy
2012-07-12 17:26:28 +03:00
committed by Al Viro
parent d35abdb288
commit 0a81861978
2 changed files with 1 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ static void hfsplus_evict_inode(struct inode *inode)
}
}
int hfsplus_sync_fs(struct super_block *sb, int wait)
static int hfsplus_sync_fs(struct super_block *sb, int wait)
{
struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb);
struct hfsplus_vh *vhdr = sbi->s_vhdr;