diff options
| author | Jan Kara <[email protected]> | 2023-02-28 00:13:17 -0500 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2023-03-23 10:06:07 -0400 |
| commit | eaf2ca10ca4ba450f8e514cb8bfc9149660b57f6 (patch) | |
| tree | 59fef0e12b7499b759187d95ab90b183f1154df2 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | f1496362e9d7b37fe6b8983086c1548a601b5594 (diff) | |
ext4: Move page unlocking out of mpage_submit_page()
Move page unlocking during page writeback out of mpage_submit_page()
into the callers. This will allow writeback in data=journal mode to keep
the page locked for a bit longer. Since page unlocking it tightly
connected to increment of mpd->first_page (as that determines cleanup of
locked but unwritten pages), move page unlocking as well as
mpd->first_page handling into a helper function.
Signed-off-by: Jan Kara <[email protected]>
Signed-off-by: Theodore Ts'o <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions