commit | 0d2514859ceda3cc42386f819d3131f782fd69d5 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Fri Jan 28 16:03:42 2022 -0500 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Mar 21 13:01:35 2022 -0400 |
tree | 18d77fbd567157cd1f1d024162401852cfee48de | |
parent | 4b8554c527f3cfa183f6c06d231a9387873205a0 [diff] |
mm/rmap: Convert make_device_exclusive_range() to use folios Move the PageTail check earlier so we can avoid even taking the folio lock on tail pages. Otherwise, this is a straightforward use of folios throughout. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>