summaryrefslogtreecommitdiff
path: root/fs/hfsplus/hfsplus_fs.h
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-07-12 17:26:28 +0300
committerAl Viro <viro@zeniv.linux.org.uk>2012-07-22 23:58:01 +0400
commit0a81861978deedfe9267d9fe905c756d3af3af38 (patch)
tree885ebc5d2dbab41ef852120c5fedbc1cf697a2f5 /fs/hfsplus/hfsplus_fs.h
parentd35abdb28824cf74f0a106a0f9c6f3ff700a35bf (diff)
downloadlinux-3.10-0a81861978deedfe9267d9fe905c756d3af3af38.tar.gz
linux-3.10-0a81861978deedfe9267d9fe905c756d3af3af38.tar.bz2
linux-3.10-0a81861978deedfe9267d9fe905c756d3af3af38.zip
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>
Diffstat (limited to 'fs/hfsplus/hfsplus_fs.h')
-rw-r--r--fs/hfsplus/hfsplus_fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h
index 4e75ac646fe..66a9365041b 100644
--- a/fs/hfsplus/hfsplus_fs.h
+++ b/fs/hfsplus/hfsplus_fs.h
@@ -428,7 +428,6 @@ int hfsplus_show_options(struct seq_file *, struct dentry *);
/* super.c */
struct inode *hfsplus_iget(struct super_block *, unsigned long);
-int hfsplus_sync_fs(struct super_block *sb, int wait);
/* tables.c */
extern u16 hfsplus_case_fold_table[];