Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292382
b: refs/heads/master
c: 07c0c5d
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Mar 21, 2012
1 parent 08b5ea0 commit 36a9e26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 88187398cc5fa6650f38b9dcd5464667f468888f
refs/heads/master: 07c0c5d8b8c122b2f2df9ee574ac3083daefc981
5 changes: 3 additions & 2 deletions trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -5055,6 +5055,9 @@ static int __init ext4_init_fs(void)
{
int i, err;

ext4_li_info = NULL;
mutex_init(&ext4_li_mtx);

ext4_check_flag_values();

for (i = 0; i < EXT4_WQ_HASH_SZ; i++) {
Expand Down Expand Up @@ -5093,8 +5096,6 @@ static int __init ext4_init_fs(void)
if (err)
goto out;

ext4_li_info = NULL;
mutex_init(&ext4_li_mtx);
return 0;
out:
unregister_as_ext2();
Expand Down

0 comments on commit 36a9e26

Please sign in to comment.