All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 23/45] fs: btrfs: remove duplicate includes
@ 2017-12-06 16:44 Pravin Shedge
  2017-12-12 17:25 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Pravin Shedge @ 2017-12-06 16:44 UTC (permalink / raw)
  To: linux-btrfs; +Cc: linux-kernel, pravin.shedge4linux

These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.

Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
---
 fs/btrfs/super.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 3a4dce1..b34fe15 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -61,7 +61,6 @@
 #include "tests/btrfs-tests.h"
 
 #include "qgroup.h"
-#include "backref.h"
 #define CREATE_TRACE_POINTS
 #include <trace/events/btrfs.h>
 
-- 
2.7.4


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

* Re: [PATCH 23/45] fs: btrfs: remove duplicate includes
  2017-12-06 16:44 [PATCH 23/45] fs: btrfs: remove duplicate includes Pravin Shedge
@ 2017-12-12 17:25 ` David Sterba
  0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2017-12-12 17:25 UTC (permalink / raw)
  To: Pravin Shedge; +Cc: linux-btrfs, linux-kernel

On Wed, Dec 06, 2017 at 10:14:31PM +0530, Pravin Shedge wrote:
> These duplicate includes have been found with scripts/checkincludes.pl but
> they have been removed manually to avoid removing false positives.
> 
> Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>

Added to queue, thanks.

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

end of thread, other threads:[~2017-12-12 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-06 16:44 [PATCH 23/45] fs: btrfs: remove duplicate includes Pravin Shedge
2017-12-12 17:25 ` David Sterba

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.