Skip to content

Commit

Permalink
ext2: acl: remove unneeded include of linux/capability.h
Browse files Browse the repository at this point in the history
acl.c has not been (directly) using the interface defined by
linux/capability.h header since commit 3bd858a
("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>
  • Loading branch information
Jakub Sitnicki authored and Jan Kara committed Apr 1, 2014
1 parent f294d3e commit 3e0d8a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ext2/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3e0d8a0

Please sign in to comment.