linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] xfs: remove duplicate headers
@ 2020-05-08 12:27 Chen Zhou
  2020-05-08 15:51 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Zhou @ 2020-05-08 12:27 UTC (permalink / raw)
  To: darrick.wong; +Cc: linux-xfs, linux-kernel, chenzhou10

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] xfs: remove duplicate headers
  2020-05-08 12:27 [PATCH -next] xfs: remove duplicate headers Chen Zhou
@ 2020-05-08 15:51 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2020-05-08 15:51 UTC (permalink / raw)
  To: Chen Zhou; +Cc: linux-xfs, linux-kernel

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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-08 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 12:27 [PATCH -next] xfs: remove duplicate headers Chen Zhou
2020-05-08 15:51 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).