Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280645
b: refs/heads/master
c: da01636
h: refs/heads/master
i:
  280643: 24e819d
v: v3
  • Loading branch information
Al Viro committed Jan 9, 2012
1 parent 3fc95c6 commit 359f5ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3850aba74873aa47fefe6900b99f42f5e656a6e7
refs/heads/master: da01636a6511c3bd0c1cf546c47b8e92a837a613
2 changes: 2 additions & 0 deletions trunk/fs/exofs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,8 @@ static int exofs_fill_super(struct super_block *sb, void *data, int silent)
ret = bdi_setup_and_register(&sbi->bdi, "exofs", BDI_CAP_MAP_COPY);
if (ret) {
EXOFS_DBGMSG("Failed to bdi_setup_and_register\n");
dput(sb->s_root);
sb->s_root = NULL;
goto free_sbi;
}

Expand Down

0 comments on commit 359f5ef

Please sign in to comment.