]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 7 Apr 2020 03:04:35 +0000 (20:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2020 17:43:38 +0000 (10:43 -0700)
commit29e501e9d773fb5d48322d5d6f5f31e94b4dba77
tree3028841ddb39b99c0f1fbeb26cdcdeee1d0a604c
parent8ddc081c7c7bc8bb1835c2253fb3da550a218f57
mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE

Commit f32d936fbf88 ("thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE")
notes that it should be reverted when the PowerPC problem was fixed.  The
commit fixing the PowerPC problem (14d8750304b3) did not revert the
commit; instead setting CONFIG_TRANSPARENT_HUGE_PAGECACHE to the same as
CONFIG_TRANSPARENT_HUGEPAGE.  Checking with Kirill and Aneesh, this was an
oversight, so remove the Kconfig symbol and undo the work of commit
f32d936fbf88.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Pankaj Gupta <pankaj.gupta.linux@gmail.com>
Link: http://lkml.kernel.org/r/20200318140253.6141-6-willy@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/shmem_fs.h
mm/Kconfig
mm/huge_memory.c
mm/khugepaged.c
mm/memory.c
mm/rmap.c
mm/shmem.c