diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2016-03-18 19:25:11 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2016-03-20 16:37:46 -0400 |
commit | c27cb97218b3e72417ffc5e73dce488844017b39 (patch) | |
tree | cb4220847f250dc1721adc57a3f82e9390c40a24 | |
parent | a785993681171fff827abb617916438a399c9d68 (diff) |
ubifs: Remove unused header
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>
Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r-- | fs/ubifs/xattr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ubifs/xattr.c b/fs/ubifs/xattr.c index c7f4d434d098..b043e044121d 100644 --- a/fs/ubifs/xattr.c +++ b/fs/ubifs/xattr.c | |||
@@ -59,7 +59,6 @@ | |||
59 | #include <linux/fs.h> | 59 | #include <linux/fs.h> |
60 | #include <linux/slab.h> | 60 | #include <linux/slab.h> |
61 | #include <linux/xattr.h> | 61 | #include <linux/xattr.h> |
62 | #include <linux/posix_acl_xattr.h> | ||
63 | 62 | ||
64 | /* | 63 | /* |
65 | * Limit the number of extended attributes per inode so that the total size | 64 | * Limit the number of extended attributes per inode so that the total size |