diff options
| author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-28 08:29:59 -0400 |
|---|---|---|
| committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-28 08:29:59 -0400 |
| commit | 185a257f2f73bcd89050ad02da5bedbc28fc43fa (patch) | |
| tree | 5e32586114534ed3f2165614cba3d578f5d87307 /security/selinux/include/objsec.h | |
| parent | 3f1a9aaeffd8d1cbc5ab9776c45cbd66af1c9699 (diff) | |
| parent | a77c64c1a641950626181b4857abb701d8f38ccc (diff) | |
Merge branch 'master' into gfs2
Diffstat (limited to 'security/selinux/include/objsec.h')
| -rw-r--r-- | security/selinux/include/objsec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/selinux/include/objsec.h b/security/selinux/include/objsec.h index 0a39bfd1319f..ef2267fea8bd 100644 --- a/security/selinux/include/objsec.h +++ b/security/selinux/include/objsec.h | |||
| @@ -44,7 +44,7 @@ struct inode_security_struct { | |||
| 44 | u32 sid; /* SID of this object */ | 44 | u32 sid; /* SID of this object */ |
| 45 | u16 sclass; /* security class of this object */ | 45 | u16 sclass; /* security class of this object */ |
| 46 | unsigned char initialized; /* initialization flag */ | 46 | unsigned char initialized; /* initialization flag */ |
| 47 | struct semaphore sem; | 47 | struct mutex lock; |
| 48 | unsigned char inherit; /* inherit SID from parent entry */ | 48 | unsigned char inherit; /* inherit SID from parent entry */ |
| 49 | }; | 49 | }; |
| 50 | 50 | ||
| @@ -63,7 +63,7 @@ struct superblock_security_struct { | |||
| 63 | unsigned int behavior; /* labeling behavior */ | 63 | unsigned int behavior; /* labeling behavior */ |
| 64 | unsigned char initialized; /* initialization flag */ | 64 | unsigned char initialized; /* initialization flag */ |
| 65 | unsigned char proc; /* proc fs */ | 65 | unsigned char proc; /* proc fs */ |
| 66 | struct semaphore sem; | 66 | struct mutex lock; |
| 67 | struct list_head isec_head; | 67 | struct list_head isec_head; |
| 68 | spinlock_t isec_lock; | 68 | spinlock_t isec_lock; |
| 69 | }; | 69 | }; |
