Message ID | 1458343511-11538-1-git-send-email-agruenba@redhat.com |
---|---|
State | Accepted |
Headers | show |
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 --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
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(-)