kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] xfs: remove duplicated include from xfs_dir2_data.c
@ 2019-11-13  2:25 YueHaibing
  2019-11-13  4:10 ` Darrick J. Wong
  2020-07-11  7:34 ` [PATCH -next] xfs: remove duplicated include from xfs_buf_item.c YueHaibing
  0 siblings, 2 replies; 5+ messages in thread
From: YueHaibing @ 2019-11-13  2:25 UTC (permalink / raw)
  To: Darrick J . Wong, Eric Sandeen, Brian Foster, Dave Chinner
  Cc: YueHaibing, linux-xfs, linux-kernel, kernel-janitors

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 fs/xfs/libxfs/xfs_dir2_data.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/xfs/libxfs/xfs_dir2_data.c b/fs/xfs/libxfs/xfs_dir2_data.c
index 9e471a28b6c6..30293a1d03f6 100644
--- a/fs/xfs/libxfs/xfs_dir2_data.c
+++ b/fs/xfs/libxfs/xfs_dir2_data.c
@@ -18,7 +18,6 @@
 #include "xfs_trans.h"
 #include "xfs_buf_item.h"
 #include "xfs_log.h"
-#include "xfs_dir2_priv.h"
 
 static xfs_failaddr_t xfs_dir2_data_freefind_verify(
 		struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf,

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

* Re: [PATCH -next] xfs: remove duplicated include from xfs_dir2_data.c
  2019-11-13  2:25 [PATCH -next] xfs: remove duplicated include from xfs_dir2_data.c YueHaibing
@ 2019-11-13  4:10 ` Darrick J. Wong
  2020-07-11  7:34 ` [PATCH -next] xfs: remove duplicated include from xfs_buf_item.c YueHaibing
  1 sibling, 0 replies; 5+ messages in thread
From: Darrick J. Wong @ 2019-11-13  4:10 UTC (permalink / raw)
  To: YueHaibing
  Cc: Eric Sandeen, Brian Foster, Dave Chinner, linux-xfs,
	linux-kernel, kernel-janitors

On Wed, Nov 13, 2019 at 02:25:01AM +0000, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Heh, oops.  Thanks for the patch!
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

> ---
>  fs/xfs/libxfs/xfs_dir2_data.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/fs/xfs/libxfs/xfs_dir2_data.c b/fs/xfs/libxfs/xfs_dir2_data.c
> index 9e471a28b6c6..30293a1d03f6 100644
> --- a/fs/xfs/libxfs/xfs_dir2_data.c
> +++ b/fs/xfs/libxfs/xfs_dir2_data.c
> @@ -18,7 +18,6 @@
>  #include "xfs_trans.h"
>  #include "xfs_buf_item.h"
>  #include "xfs_log.h"
> -#include "xfs_dir2_priv.h"
>  
>  static xfs_failaddr_t xfs_dir2_data_freefind_verify(
>  		struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf,
> 
> 
> 

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

* [PATCH -next] xfs: remove duplicated include from xfs_buf_item.c
  2019-11-13  2:25 [PATCH -next] xfs: remove duplicated include from xfs_dir2_data.c YueHaibing
  2019-11-13  4:10 ` Darrick J. Wong
@ 2020-07-11  7:34 ` YueHaibing
  2020-07-11 18:11   ` Chaitanya Kulkarni
  2020-07-13 16:20   ` Darrick J. Wong
  1 sibling, 2 replies; 5+ messages in thread
From: YueHaibing @ 2020-07-11  7:34 UTC (permalink / raw)
  To: Darrick J . Wong; +Cc: YueHaibing, linux-xfs, kernel-janitors

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 fs/xfs/xfs_buf_item.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/xfs/xfs_buf_item.c b/fs/xfs/xfs_buf_item.c
index e9428c30862a..ed1bf1d99483 100644
--- a/fs/xfs/xfs_buf_item.c
+++ b/fs/xfs/xfs_buf_item.c
@@ -19,7 +19,6 @@
 #include "xfs_quota.h"
 #include "xfs_dquot_item.h"
 #include "xfs_dquot.h"
-#include "xfs_trans_priv.h"
 #include "xfs_trace.h"
 #include "xfs_log.h"
 

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

* Re: [PATCH -next] xfs: remove duplicated include from xfs_buf_item.c
  2020-07-11  7:34 ` [PATCH -next] xfs: remove duplicated include from xfs_buf_item.c YueHaibing
@ 2020-07-11 18:11   ` Chaitanya Kulkarni
  2020-07-13 16:20   ` Darrick J. Wong
  1 sibling, 0 replies; 5+ messages in thread
From: Chaitanya Kulkarni @ 2020-07-11 18:11 UTC (permalink / raw)
  To: YueHaibing, Darrick J . Wong; +Cc: linux-xfs, kernel-janitors

On 7/11/20 00:31, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing<yuehaibing@huawei.com>

Looks good to me.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>

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

* Re: [PATCH -next] xfs: remove duplicated include from xfs_buf_item.c
  2020-07-11  7:34 ` [PATCH -next] xfs: remove duplicated include from xfs_buf_item.c YueHaibing
  2020-07-11 18:11   ` Chaitanya Kulkarni
@ 2020-07-13 16:20   ` Darrick J. Wong
  1 sibling, 0 replies; 5+ messages in thread
From: Darrick J. Wong @ 2020-07-13 16:20 UTC (permalink / raw)
  To: YueHaibing; +Cc: linux-xfs, kernel-janitors

On Sat, Jul 11, 2020 at 07:34:58AM +0000, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

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

--D

> ---
>  fs/xfs/xfs_buf_item.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/fs/xfs/xfs_buf_item.c b/fs/xfs/xfs_buf_item.c
> index e9428c30862a..ed1bf1d99483 100644
> --- a/fs/xfs/xfs_buf_item.c
> +++ b/fs/xfs/xfs_buf_item.c
> @@ -19,7 +19,6 @@
>  #include "xfs_quota.h"
>  #include "xfs_dquot_item.h"
>  #include "xfs_dquot.h"
> -#include "xfs_trans_priv.h"
>  #include "xfs_trace.h"
>  #include "xfs_log.h"
>  
> 
> 
> 
> 
> 

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

end of thread, other threads:[~2020-07-13 16:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13  2:25 [PATCH -next] xfs: remove duplicated include from xfs_dir2_data.c YueHaibing
2019-11-13  4:10 ` Darrick J. Wong
2020-07-11  7:34 ` [PATCH -next] xfs: remove duplicated include from xfs_buf_item.c YueHaibing
2020-07-11 18:11   ` Chaitanya Kulkarni
2020-07-13 16:20   ` 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).