]> git.dujemihanovic.xyz Git - linux.git/commit
rmap: replace two calls to compound_order with folio_order
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 15 Feb 2024 20:53:05 +0000 (20:53 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 22 Feb 2024 23:27:20 +0000 (15:27 -0800)
commit059ab7be09d4ff0cab4f43ffbf225a2693da0bd7
tree7de67e48248c911ffda009f6f54f218f55bb8fc0
parent902ccb86ed02eea5b81c2afb514c0a7d72f63de2
rmap: replace two calls to compound_order with folio_order

Removes two unnecessary conversions from folio to page.  Should be no
difference in behaviour.

Link: https://lkml.kernel.org/r/20240215205307.674707-1-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/rmap.c