Skip to content

Commit

Permalink
ubifs: Remove unused header
Browse files Browse the repository at this point in the history
UBIFS does not support POSIX ACLs, so there is no need for including any
POSIX ACL hesders.

Signed-off-by: Andreas Gruenbacher <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
  • Loading branch information
Andreas Gruenbacher authored and richardweinberger committed Mar 20, 2016
1 parent a785993 commit c27cb97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ubifs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c27cb97

Please sign in to comment.