From d59e28e4c5163e3963e0b994d57bf75ceaa2e2eb Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Thu, 12 Jul 2012 17:26:28 +0300 Subject: [PATCH] --- yaml --- r: 312953 b: refs/heads/master c: 0a81861978deedfe9267d9fe905c756d3af3af38 h: refs/heads/master i: 312951: 606da782ee98a1db0d0e42c736c566fa46bfe847 v: v3 --- [refs] | 2 +- trunk/fs/hfsplus/hfsplus_fs.h | 1 - trunk/fs/hfsplus/super.c | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f368ed782cc7..f968c2cd974f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d35abdb28824cf74f0a106a0f9c6f3ff700a35bf +refs/heads/master: 0a81861978deedfe9267d9fe905c756d3af3af38 diff --git a/trunk/fs/hfsplus/hfsplus_fs.h b/trunk/fs/hfsplus/hfsplus_fs.h index 4e75ac646fea..66a9365041be 100644 --- a/trunk/fs/hfsplus/hfsplus_fs.h +++ b/trunk/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[]; diff --git a/trunk/fs/hfsplus/super.c b/trunk/fs/hfsplus/super.c index a9bca4b8768b..5df771e4ddda 100644 --- a/trunk/fs/hfsplus/super.c +++ b/trunk/fs/hfsplus/super.c @@ -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;