Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189242
b: refs/heads/master
c: 7db8064
h: refs/heads/master
v: v3
  • Loading branch information
Joern Engel committed Mar 27, 2010
1 parent c1d0243 commit b823ab3
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: faaa27ab919799929732c356a92a160f8657ecc6
refs/heads/master: 7db8064c17b92e95aec2e333096c035db9ddd4fe
2 changes: 1 addition & 1 deletion trunk/fs/logfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ static int logfs_get_sb_final(struct super_block *sb, struct vfsmount *mnt)

sb->s_root = d_alloc_root(rootdir);
if (!sb->s_root)
goto fail;
goto fail2;

super->s_erase_page = alloc_pages(GFP_KERNEL, 0);
if (!super->s_erase_page)
Expand Down

0 comments on commit b823ab3

Please sign in to comment.