All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] xfs: remove duplicated include from xfs_dir2_data.c
@ 2019-11-13  2:25 ` YueHaibing
  0 siblings, 0 replies; 9+ 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] 9+ messages in thread
* [PATCH -next] xfs: remove duplicated include from xfs_buf_item.c
  2019-11-13  2:25 ` YueHaibing
@ 2020-07-11  7:34 ` YueHaibing
  -1 siblings, 0 replies; 9+ 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] 9+ messages in thread

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

Thread overview: 9+ 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  2:25 ` YueHaibing
2019-11-13  4:10 ` Darrick J. Wong
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  7:34 ` YueHaibing
2020-07-11 18:11 ` Chaitanya Kulkarni
2020-07-13 16:20 ` Darrick J. Wong
2020-07-13 16:20   ` Darrick J. Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.