diff options
author | David Howells <dhowells@redhat.com> | 2010-04-23 12:48:12 +0100 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-04-27 08:46:00 +1000 |
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 @@ #include <linux/pagemap.h> #include <linux/mount.h> #include <linux/stat.h> -#include <linux/ext2_fs.h> #include <linux/kd.h> #include <asm/ioctls.h> #include <linux/ip.h> |