Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312953
b: refs/heads/master
c: 0a81861
h: refs/heads/master
i:
  312951: 606da78
v: v3
  • Loading branch information
Artem Bityutskiy authored and Al Viro committed Jul 22, 2012
1 parent 15c8f9f commit d59e28e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d35abdb28824cf74f0a106a0f9c6f3ff700a35bf
refs/heads/master: 0a81861978deedfe9267d9fe905c756d3af3af38
1 change: 0 additions & 1 deletion trunk/fs/hfsplus/hfsplus_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/hfsplus/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d59e28e

Please sign in to comment.