aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Sitnicki <[email protected]>2014-03-24 08:21:24 +0100
committerJan Kara <[email protected]>2014-04-01 23:36:43 +0200
commit3e0d8a01043ded18711fe4a0a320e4491f580ce1 (patch)
treeba3e68cf07a47c6e7a183268953ce2834909eea7
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 <[email protected]> Signed-off-by: Jan Kara <[email protected]>
-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, <[email protected]>
*/
-#include <linux/capability.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/slab.h>