Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217414
b: refs/heads/master
c: 15aac67
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris authored and Linus Torvalds committed Oct 26, 2010
1 parent d41bcc1 commit 5547f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 497f32337073a2da102c49a53779097b5394711b
refs/heads/master: 15aac676778f206b42c4d7782b08f89246680485
4 changes: 2 additions & 2 deletions trunk/security/integrity/ima/ima.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ static inline unsigned long ima_hash_key(u8 *digest)
}

/* iint cache flags */
#define IMA_MEASURED 1
#define IMA_MEASURED 0x01

/* integrity data associated with an inode */
struct ima_iint_cache {
struct rb_node rb_node; /* rooted in ima_iint_tree */
struct inode *inode; /* back pointer to inode in question */
u64 version; /* track inode changes */
unsigned long flags;
unsigned char flags;
u8 digest[IMA_DIGEST_SIZE];
struct mutex mutex; /* protects: version, flags, digest */
unsigned int readcount; /* measured files readcount */
Expand Down

0 comments on commit 5547f1f

Please sign in to comment.