diff mbox

[2/2] ext4: acl: remove unneeded include of linux/capability.h

Message ID 1395645732-26569-1-git-send-email-jsitnicki@gmail.com
State Accepted, archived
Headers show

Commit Message

Jakub Sitnicki March 24, 2014, 7:22 a.m. UTC
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>
---
 fs/ext4/acl.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Jakub Sitnicki March 24, 2014, 12:20 p.m. UTC | #1
Please ignore the patch sequence number. It is a single patch, not a
part of a series.

Newbie mistake. Please let me know if I should resend the patch.

Thanks,
Jakub
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Theodore Ts'o March 24, 2014, 11 p.m. UTC | #2
On Mon, Mar 24, 2014 at 08:22:12AM +0100, Jakub Sitnicki wrote:
> 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>

Thanks, applied.

					- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/fs/ext4/acl.c b/fs/ext4/acl.c
index d40c8db..26e880e 100644
--- a/fs/ext4/acl.c
+++ b/fs/ext4/acl.c
@@ -7,7 +7,6 @@ 
 #include <linux/init.h>
 #include <linux/sched.h>
 #include <linux/slab.h>
-#include <linux/capability.h>
 #include <linux/fs.h>
 #include "ext4_jbd2.h"
 #include "ext4.h"