diff mbox series

[-next] xfs: remove duplicate headers

Message ID 20200508122724.168979-1-chenzhou10@huawei.com (mailing list archive)
State Accepted
Headers show
Series [-next] xfs: remove duplicate headers | expand

Commit Message

chenzhou May 8, 2020, 12:27 p.m. UTC
Remove duplicate headers which are included twice.

Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
---
 fs/xfs/xfs_xattr.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Darrick J. Wong May 8, 2020, 3:51 p.m. UTC | #1
On Fri, May 08, 2020 at 08:27:24PM +0800, Chen Zhou wrote:
> Remove duplicate headers which are included twice.
> 
> Signed-off-by: Chen Zhou <chenzhou10@huawei.com>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

> ---
>  fs/xfs/xfs_xattr.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> 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>
> -- 
> 2.20.1
>
diff mbox series

Patch

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>