summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_xattr.c
diff options
context:
space:
mode:
authorChen Zhou <chenzhou10@huawei.com>2020-05-08 08:51:34 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2020-05-08 08:51:34 -0700
commit3d60548b216b5486a541a06c167df3dfb6df9c2e (patch)
tree7980722a6bce787b96362bbf70f205a5d4c06d1e /fs/xfs/xfs_xattr.c
parent43dc0aa84ef74e3acd908b6d5eaa8ae15d7ecc8a (diff)
xfs: remove duplicate headers
Remove duplicate headers which are included twice. Signed-off-by: Chen Zhou <chenzhou10@huawei.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_xattr.c')
-rw-r--r--fs/xfs/xfs_xattr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_xattr.c b/fs/xfs/xfs_xattr.c
index fc5d7276026e..bca48b308c02 100644
--- a/fs/xfs/xfs_xattr.c
+++ b/fs/xfs/xfs_xattr.c
@@ -12,7 +12,6 @@
#include "xfs_inode.h"
#include "xfs_attr.h"
#include "xfs_acl.h"
-#include "xfs_da_format.h"
#include "xfs_da_btree.h"
#include <linux/posix_acl_xattr.h>