diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2016-03-19 00:25:11 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2016-03-20 21:37:46 +0100 |
commit | c27cb97218b3e72417ffc5e73dce488844017b39 (patch) | |
tree | cb4220847f250dc1721adc57a3f82e9390c40a24 /fs/ubifs | |
parent | a785993681171fff827abb617916438a399c9d68 (diff) | |
download | linux-c27cb97218b3e72417ffc5e73dce488844017b39.tar.bz2 |
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>
Diffstat (limited to 'fs/ubifs')
-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 @@ #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 |