* [PATCH] xfs: remove duplicated include from alloc.c
@ 2018-09-18 2:07 YueHaibing
2018-09-18 2:51 ` Darrick J. Wong
0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2018-09-18 2:07 UTC (permalink / raw)
To: darrick.wong, linux-xfs, dchinner, bfoster; +Cc: linux-kernel, YueHaibing
Remove duplicated include xfs_alloc.h
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
fs/xfs/scrub/alloc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/xfs/scrub/alloc.c b/fs/xfs/scrub/alloc.c
index 036b5c7..376bcb5 100644
--- a/fs/xfs/scrub/alloc.c
+++ b/fs/xfs/scrub/alloc.c
@@ -17,7 +17,6 @@
#include "xfs_sb.h"
#include "xfs_alloc.h"
#include "xfs_rmap.h"
-#include "xfs_alloc.h"
#include "scrub/xfs_scrub.h"
#include "scrub/scrub.h"
#include "scrub/common.h"
--
2.7.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] xfs: remove duplicated include from alloc.c
2018-09-18 2:07 [PATCH] xfs: remove duplicated include from alloc.c YueHaibing
@ 2018-09-18 2:51 ` Darrick J. Wong
0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2018-09-18 2:51 UTC (permalink / raw)
To: YueHaibing; +Cc: linux-xfs, dchinner, bfoster, linux-kernel
On Tue, Sep 18, 2018 at 10:07:34AM +0800, YueHaibing wrote:
> Remove duplicated include xfs_alloc.h
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
--D
> ---
> fs/xfs/scrub/alloc.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/fs/xfs/scrub/alloc.c b/fs/xfs/scrub/alloc.c
> index 036b5c7..376bcb5 100644
> --- a/fs/xfs/scrub/alloc.c
> +++ b/fs/xfs/scrub/alloc.c
> @@ -17,7 +17,6 @@
> #include "xfs_sb.h"
> #include "xfs_alloc.h"
> #include "xfs_rmap.h"
> -#include "xfs_alloc.h"
> #include "scrub/xfs_scrub.h"
> #include "scrub/scrub.h"
> #include "scrub/common.h"
> --
> 2.7.0
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-18 8:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-18 2:07 [PATCH] xfs: remove duplicated include from alloc.c YueHaibing
2018-09-18 2: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).