All of lore.kernel.org
 help / color / mirror / Atom feed
* + mm-shmem-remove-duplicate-include-in-memoryc.patch added to -mm tree
@ 2022-04-27 18:44 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-04-27 18:44 UTC (permalink / raw)
  To: mm-commits, wanjiabing, akpm


The patch titled
     Subject: mm/shmem: remove duplicate include in memory.c
has been added to the -mm tree.  Its filename is
     mm-shmem-remove-duplicate-include-in-memoryc.patch

This patch should soon appear at
    https://ozlabs.org/~akpm/mmots/broken-out/mm-shmem-remove-duplicate-include-in-memoryc.patch
and later at
    https://ozlabs.org/~akpm/mmotm/broken-out/mm-shmem-remove-duplicate-include-in-memoryc.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Wan Jiabing <wanjiabing@vivo.com>
Subject: mm/shmem: remove duplicate include in memory.c

Fix following checkincludes.pl warning:
mm/memory.c: linux/mm_inline.h is included more than once.

The include is in line 44. Remove the duplicated here.

Link: https://lkml.kernel.org/r/20220427064717.803019-1-wanjiabing@vivo.com
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/memory.c |    1 -
 1 file changed, 1 deletion(-)

--- a/mm/memory.c~mm-shmem-remove-duplicate-include-in-memoryc
+++ a/mm/memory.c
@@ -74,7 +74,6 @@
 #include <linux/perf_event.h>
 #include <linux/ptrace.h>
 #include <linux/vmalloc.h>
-#include <linux/mm_inline.h>
 
 #include <trace/events/kmem.h>
 
_

Patches currently in -mm which might be from wanjiabing@vivo.com are

mm-shmem-remove-duplicate-include-in-memoryc.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-27 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-27 18:44 + mm-shmem-remove-duplicate-include-in-memoryc.patch added to -mm tree Andrew Morton

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.