Skip to content

Commit 092c94a

Browse files
maninder42cschaufler
authored andcommitted
smack: remove redundant structure variable from header.
commit afb1cbe ("LSM: Infrastructure management of the inode security") removed usage of smk_rcu, thus removing it from structure. Signed-off-by: Maninder Singh <[email protected]> Signed-off-by: Vaneet Narang <[email protected]> Signed-off-by: Casey Schaufler <[email protected]>
1 parent 00720f0 commit 092c94a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

security/smack/smack.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ struct inode_smack {
111111
struct smack_known *smk_mmap; /* label of the mmap domain */
112112
struct mutex smk_lock; /* initialization lock */
113113
int smk_flags; /* smack inode flags */
114-
struct rcu_head smk_rcu; /* for freeing inode_smack */
115114
};
116115

117116
struct task_smack {

0 commit comments

Comments
 (0)