mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] mm-consolidate-page-table-accounting-fix.patch removed from -mm tree
@ 2017-11-16  1:02 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-11-16  1:02 UTC (permalink / raw)
  To: kirill.shutemov, mm-commits


The patch titled
     Subject: mm-consolidate-page-table-accounting-fix
has been removed from the -mm tree.  Its filename was
     mm-consolidate-page-table-accounting-fix.patch

This patch was dropped because it was folded into mm-consolidate-page-table-accounting.patch

------------------------------------------------------
From: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Subject: mm-consolidate-page-table-accounting-fix

fix build

Link: http://lkml.kernel.org/r/20171016150113.ikfxy3e7zzfvsr4w@black.fi.intel.com

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/mm.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN include/linux/mm.h~mm-consolidate-page-table-accounting-fix include/linux/mm.h
--- a/include/linux/mm.h~mm-consolidate-page-table-accounting-fix
+++ a/include/linux/mm.h
@@ -1669,7 +1669,7 @@ static inline void mm_dec_nr_ptes(struct
 #else
 
 static inline void mm_pgtables_bytes_init(struct mm_struct *mm) {}
-static inline unsigned long mm_pgtables_bytes(struct mm_struct *mm)
+static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm)
 {
 	return 0;
 }
_

Patches currently in -mm which might be from kirill.shutemov@linux.intel.com are

mm-account-pud-page-tables.patch
mm-introduce-wrappers-to-access-mm-nr_ptes.patch
mm-consolidate-page-table-accounting.patch


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

only message in thread, other threads:[~2017-11-16  1:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-16  1:02 [folded-merged] mm-consolidate-page-table-accounting-fix.patch removed from -mm tree akpm

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).