diff mbox

ubifs: Remove unused header

Message ID 1458343511-11538-1-git-send-email-agruenba@redhat.com
State Accepted
Headers show

Commit Message

Andreas Gruenbacher March 18, 2016, 11:25 p.m. UTC
UBIFS does not support POSIX ACLs, so there is no need for including any
POSIX ACL hesders.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
---
 fs/ubifs/xattr.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Richard Weinberger March 20, 2016, 8:59 p.m. UTC | #1
On Sat, Mar 19, 2016 at 12:25 AM, Andreas Gruenbacher
<agruenba@redhat.com> wrote:
> UBIFS does not support POSIX ACLs, so there is no need for including any
> POSIX ACL hesders.
>
> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
> ---
>  fs/ubifs/xattr.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/fs/ubifs/xattr.c b/fs/ubifs/xattr.c
> index c7f4d434..b043e04 100644
> --- a/fs/ubifs/xattr.c
> +++ b/fs/ubifs/xattr.c
> @@ -59,7 +59,6 @@
>  #include <linux/fs.h>
>  #include <linux/slab.h>
>  #include <linux/xattr.h>
> -#include <linux/posix_acl_xattr.h>
>
>  /*
>   * Limit the number of extended attributes per inode so that the total size
> --
> 2.4.3

Applied.
diff mbox

Patch

diff --git a/fs/ubifs/xattr.c b/fs/ubifs/xattr.c
index c7f4d434..b043e04 100644
--- a/fs/ubifs/xattr.c
+++ b/fs/ubifs/xattr.c
@@ -59,7 +59,6 @@ 
 #include <linux/fs.h>
 #include <linux/slab.h>
 #include <linux/xattr.h>
-#include <linux/posix_acl_xattr.h>
 
 /*
  * Limit the number of extended attributes per inode so that the total size