Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180773
b: refs/heads/master
c: baac35c
h: refs/heads/master
i:
  180771: f5a3d18
v: v3
  • Loading branch information
Xiaotian Feng authored and James Morris committed Feb 24, 2010
1 parent 85b4146 commit b8de7b3
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: 60b341b778cc2929df16c0a504c91621b3c6a4ad
refs/heads/master: baac35c4155a8aa826c70acee6553368ca5243a2
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 b8de7b3

Please sign in to comment.