summaryrefslogtreecommitdiff
path: root/fs/ext2/acl.c
diff options
context:
space:
mode:
authorJakub Sitnicki <jsitnicki@gmail.com>2014-03-24 08:21:24 +0100
committerJan Kara <jack@suse.cz>2014-04-01 23:36:43 +0200
commit3e0d8a01043ded18711fe4a0a320e4491f580ce1 (patch)
treeba3e68cf07a47c6e7a183268953ce2834909eea7 /fs/ext2/acl.c
parentf294d3e7be28c43205f41eb0fff97393105d6d2c (diff)
ext2: acl: remove unneeded include of linux/capability.h
acl.c has not been (directly) using the interface defined by linux/capability.h header since commit 3bd858ab1c451725c07a ("Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check"). Remove it. Signed-off-by: Jakub Sitnicki <jsitnicki@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ext2/acl.c')
-rw-r--r--fs/ext2/acl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext2/acl.c b/fs/ext2/acl.c
index 1b8001bbe947..27695e6f4e46 100644
--- a/fs/ext2/acl.c
+++ b/fs/ext2/acl.c
@@ -4,7 +4,6 @@
* Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de>
*/
-#include <linux/capability.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/slab.h>