Commit 0a818619 authored by Artem Bityutskiy's avatar Artem Bityutskiy Committed by Al Viro

hfsplus: make hfsplus_sync_fs static

... because it is used only in fs/hfsplus/super.c.
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent d35abdb2
...@@ -428,7 +428,6 @@ int hfsplus_show_options(struct seq_file *, struct dentry *); ...@@ -428,7 +428,6 @@ int hfsplus_show_options(struct seq_file *, struct dentry *);
/* super.c */ /* super.c */
struct inode *hfsplus_iget(struct super_block *, unsigned long); struct inode *hfsplus_iget(struct super_block *, unsigned long);
int hfsplus_sync_fs(struct super_block *sb, int wait);
/* tables.c */ /* tables.c */
extern u16 hfsplus_case_fold_table[]; extern u16 hfsplus_case_fold_table[];
......
...@@ -161,7 +161,7 @@ static void hfsplus_evict_inode(struct inode *inode) ...@@ -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_sb_info *sbi = HFSPLUS_SB(sb);
struct hfsplus_vh *vhdr = sbi->s_vhdr; struct hfsplus_vh *vhdr = sbi->s_vhdr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment