Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263836
b: refs/heads/master
c: f588c96
h: refs/heads/master
v: v3
  • Loading branch information
Seth Forshee authored and Linus Torvalds committed Sep 15, 2011
1 parent f26b6d5 commit 93ca2f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: cc39c6a9bbdebfcf1a7dee64d83bf302bc38d941
refs/heads/master: f588c960fcaa6fa8bf82930bb819c9aca4eb9347
4 changes: 2 additions & 2 deletions trunk/fs/hfsplus/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,8 @@ static int hfsplus_fill_super(struct super_block *sb, void *data, int silent)
out_close_ext_tree:
hfs_btree_close(sbi->ext_tree);
out_free_vhdr:
kfree(sbi->s_vhdr);
kfree(sbi->s_backup_vhdr);
kfree(sbi->s_vhdr_buf);
kfree(sbi->s_backup_vhdr_buf);
out_unload_nls:
unload_nls(sbi->nls);
unload_nls(nls);
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/hfsplus/wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ int hfsplus_read_wrapper(struct super_block *sb)
return 0;

out_free_backup_vhdr:
kfree(sbi->s_backup_vhdr);
kfree(sbi->s_backup_vhdr_buf);
out_free_vhdr:
kfree(sbi->s_vhdr);
kfree(sbi->s_vhdr_buf);
out:
return error;
}

0 comments on commit 93ca2f6

Please sign in to comment.