Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22512
b: refs/heads/master
c: 253a8b1
h: refs/heads/master
v: v3
  • Loading branch information
James Morris authored and Linus Torvalds committed Mar 22, 2006
1 parent 53b384a commit 447f479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 161ce45a8a34ba81673f60c603e6fc6d37d99c8f
refs/heads/master: 253a8b1db1af146d3a7eef0f3626781df12c7141
5 changes: 1 addition & 4 deletions trunk/security/selinux/selinuxfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ static int sel_make_bools(void)
return ret;
err:
kfree(values);
d_genocide(dir);
sel_remove_bools(dir);
ret = -ENOMEM;
goto out;
}
Expand Down Expand Up @@ -1226,9 +1226,6 @@ static int sel_fill_super(struct super_block * sb, void * data, int silent)
goto err;

bool_dir = dentry;
ret = sel_make_bools();
if (ret)
goto err;

dentry = d_alloc_name(sb->s_root, NULL_FILE_NAME);
if (!dentry) {
Expand Down

0 comments on commit 447f479

Please sign in to comment.