diff options
author | David Howells <dhowells@redhat.com> | 2010-04-23 07:48:12 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-04-26 18:46:00 -0400 |
commit | 98ec4373bab1d839f794e9a4edc29f77eb9d897e (patch) | |
tree | d1ad9adfa7551e7bbbe4d631162c66ae2804b89d /security | |
parent | c5b60b5e67af8be4c58d3ffcc36894f69c4fbdc1 (diff) |
SMACK: Don't #include Ext2 headers
Don't #include Ext2 headers into Smack unnecessarily.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Casey Schaufler <casey@schaufler-ca.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/smack/smack_lsm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c index 98eeddcb4b6f..2a20738e7ea5 100644 --- a/security/smack/smack_lsm.c +++ b/security/smack/smack_lsm.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/pagemap.h> | 19 | #include <linux/pagemap.h> |
20 | #include <linux/mount.h> | 20 | #include <linux/mount.h> |
21 | #include <linux/stat.h> | 21 | #include <linux/stat.h> |
22 | #include <linux/ext2_fs.h> | ||
23 | #include <linux/kd.h> | 22 | #include <linux/kd.h> |
24 | #include <asm/ioctls.h> | 23 | #include <asm/ioctls.h> |
25 | #include <linux/ip.h> | 24 | #include <linux/ip.h> |