Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319966
b: refs/heads/master
c: 497d48b
h: refs/heads/master
v: v3
  • Loading branch information
Namjae Jeon authored and Linus Torvalds committed Jul 31, 2012
1 parent 92915e7 commit 92ce56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f5974c8f8cf431baf44e7127b669e3b1960f184f
refs/heads/master: 497d48bd27ec1c44b4600e8e98a776188f2e11f2
2 changes: 1 addition & 1 deletion trunk/fs/hfsplus/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ static int hfsplus_fill_super(struct super_block *sb, void *data, int silent)
u64 last_fs_block, last_fs_page;
int err;

err = -EINVAL;
err = -ENOMEM;
sbi = kzalloc(sizeof(*sbi), GFP_KERNEL);
if (!sbi)
goto out;
Expand Down

0 comments on commit 92ce56e

Please sign in to comment.