diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2010-03-23 06:36:54 -0400 | 
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-05-21 18:31:17 -0400 | 
| commit | e8c26255992474a2161c63ce9d385827302e4530 (patch) | |
| tree | 08d247a53eca56a6e161ca784a4536b3ea7662f7 /security/selinux/include/objsec.h | |
| parent | 01a05b337a5b647909e1d6670f57e7202318a5fb (diff) | |
| download | olio-linux-3.10-e8c26255992474a2161c63ce9d385827302e4530.tar.xz olio-linux-3.10-e8c26255992474a2161c63ce9d385827302e4530.zip  | |
switch selinux delayed superblock handling to iterate_supers()
... kill their private list, while we are at it
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'security/selinux/include/objsec.h')
| -rw-r--r-- | security/selinux/include/objsec.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/security/selinux/include/objsec.h b/security/selinux/include/objsec.h index c4e062336ef..26c7eee1c30 100644 --- a/security/selinux/include/objsec.h +++ b/security/selinux/include/objsec.h @@ -55,7 +55,6 @@ struct file_security_struct {  struct superblock_security_struct {  	struct super_block *sb;		/* back pointer to sb object */ -	struct list_head list;		/* list of superblock_security_struct */  	u32 sid;			/* SID of file system superblock */  	u32 def_sid;			/* default SID for labeling */  	u32 mntpoint_sid;		/* SECURITY_FS_USE_MNTPOINT context for files */  |