Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292367
b: refs/heads/master
c: 03e897a
h: refs/heads/master
i:
  292365: b0cd82e
  292363: faf8a44
  292359: 56731e5
  292351: f68dd39
v: v3
  • Loading branch information
Al Viro committed Mar 21, 2012
1 parent ac6de3a commit e734a00
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 76bf09fcf76da1a2d777d9827d5a0a6a4cec0dcb
refs/heads/master: 03e897a1edb9604c299e1a7646ade0ca90fe1e02
5 changes: 4 additions & 1 deletion trunk/fs/logfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,10 @@ static int __init logfs_init(void)
if (ret)
goto out2;

return register_filesystem(&logfs_fs_type);
ret = register_filesystem(&logfs_fs_type);
if (!ret)
return 0;
logfs_destroy_inode_cache();
out2:
logfs_compr_exit();
out1:
Expand Down

0 comments on commit e734a00

Please sign in to comment.