[PATCH] ubifs: Remove unused header

Andreas Gruenbacher agruenba at redhat.com
Fri Mar 18 16:25:11 PDT 2016


UBIFS does not support POSIX ACLs, so there is no need for including any
POSIX ACL hesders.

Signed-off-by: Andreas Gruenbacher <agruenba at 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




More information about the linux-mtd mailing list