diff options
author | Chen Zhou <chenzhou10@huawei.com> | 2020-05-08 17:51:34 +0200 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2020-05-08 17:51:34 +0200 |
commit | 3d60548b216b5486a541a06c167df3dfb6df9c2e (patch) | |
tree | 7980722a6bce787b96362bbf70f205a5d4c06d1e /fs/xfs/xfs_xattr.c | |
parent | xfs: fix unused variable warning in buffer completion on !DEBUG (diff) | |
download | linux-3d60548b216b5486a541a06c167df3dfb6df9c2e.tar.xz linux-3d60548b216b5486a541a06c167df3dfb6df9c2e.zip |
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.c | 1 |
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> |