aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <[email protected]>2023-01-11 14:29:10 +0000
committerAndrew Morton <[email protected]>2023-02-02 22:33:00 -0800
commit4375a553f46c6cb66d1711d8f514dfdf34ce74b0 (patch)
tree564bd1c2948ac25cd7ef406f3073ddc53d67430e /tools/perf/scripts/python
parenta8d55327ccc1f999a5fba4eee67ed08bd36493ad (diff)
mm: move page->deferred_list to folio->_deferred_list
Remove the entire block of definitions for the second tail page, and add the deferred list to the struct folio. This actually moves _deferred_list to a different offset in struct folio because I don't see a need to include the padding. This lets us use list_for_each_entry_safe() in deferred_split_scan() and avoid a number of calls to compound_head(). Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions