diff options
author | Jakub Sitnicki | 2014-03-24 08:21:24 +0100 |
---|---|---|
committer | Jan Kara | 2014-04-01 23:36:43 +0200 |
commit | 3e0d8a01043ded18711fe4a0a320e4491f580ce1 (patch) | |
tree | ba3e68cf07a47c6e7a183268953ce2834909eea7 /fs/ext2 | |
parent | ext3: explicitly remove inode from orphan list after failed direct io (diff) | |
download | kernel-qcow2-linux-3e0d8a01043ded18711fe4a0a320e4491f580ce1.tar.gz kernel-qcow2-linux-3e0d8a01043ded18711fe4a0a320e4491f580ce1.tar.xz kernel-qcow2-linux-3e0d8a01043ded18711fe4a0a320e4491f580ce1.zip |
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')
-rw-r--r-- | fs/ext2/acl.c | 1 |
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> |