Loading fs/hfsplus/hfsplus_fs.h +0 −1 Original line number Diff line number Diff line Loading @@ -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[]; Loading fs/hfsplus/super.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
fs/hfsplus/hfsplus_fs.h +0 −1 Original line number Diff line number Diff line Loading @@ -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[]; Loading
fs/hfsplus/super.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading