Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180775
b: refs/heads/master
c: 7491612
h: refs/heads/master
i:
  180773: b8de7b3
  180771: f5a3d18
  180767: 38712af
v: v3
  • Loading branch information
Linus Torvalds committed Feb 25, 2010
1 parent 8de10b3 commit e4bf97d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 453d3131ec7aab82eaaa8401a50522a337092aa8
refs/heads/master: 7491612c7d2cf560bb96dc02bb53d555b41adbb8
3 changes: 1 addition & 2 deletions trunk/security/integrity/ima/ima_iint.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@ int ima_inode_alloc(struct inode *inode)
spin_lock(&ima_iint_lock);
rc = radix_tree_insert(&ima_iint_store, (unsigned long)inode, iint);
spin_unlock(&ima_iint_lock);
radix_tree_preload_end();
out:
if (rc < 0)
kmem_cache_free(iint_cache, iint);

radix_tree_preload_end();

return rc;
}

Expand Down

0 comments on commit e4bf97d

Please sign in to comment.