Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331566
b: refs/heads/master
c: 0e376b1
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Aug 17, 2012
1 parent 64d9f49 commit 5e11aab
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 15c006a22f8e004afbce42a54c878162355f1587
refs/heads/master: 0e376b1e3ccedee49cb8cc6b652fbc1e7c15eeef
4 changes: 3 additions & 1 deletion trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -5285,8 +5285,10 @@ static int __init ext4_init_fs(void)
if (err)
goto out6;
ext4_kset = kset_create_and_add("ext4", NULL, fs_kobj);
if (!ext4_kset)
if (!ext4_kset) {
err = -ENOMEM;
goto out5;
}
ext4_proc_root = proc_mkdir("fs/ext4", NULL);

err = ext4_init_feat_adverts();
Expand Down

0 comments on commit 5e11aab

Please sign in to comment.