Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132635
b: refs/heads/master
c: be38e0f
h: refs/heads/master
i:
  132633: aa3453a
  132631: 5be47ce
v: v3
  • Loading branch information
Mimi Zohar authored and James Morris committed Feb 22, 2009
1 parent f95a4e1 commit 38c432f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1581e7ddbdd97443a134e1a0cc9d81256baf77a4
refs/heads/master: be38e0fd5f90a91d09e0a85ffb294b70a7be6259
2 changes: 2 additions & 0 deletions trunk/security/integrity/ima/ima_iint.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ struct ima_iint_cache *ima_iint_insert(struct inode *inode)
if (rc < 0) {
kmem_cache_free(iint_cache, iint);
if (rc == -EEXIST) {
spin_lock(&ima_iint_lock);
iint = radix_tree_lookup(&ima_iint_store,
(unsigned long)inode);
spin_unlock(&ima_iint_lock);
} else
iint = NULL;
}
Expand Down

0 comments on commit 38c432f

Please sign in to comment.