diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2021-06-28 19:36:24 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-06-29 10:53:48 -0700 |
| commit | fc50eee3291556d623b64bb4b1dc345b971e184e (patch) | |
| tree | 607d39705061d35d674154b1eb8e90f47813d121 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | fd7353f88bde80d557b6d74a5351979fc8b1b8db (diff) | |
fs: remove anon_set_page_dirty()
Use __set_page_dirty_no_writeback() instead. This will set the dirty bit
on the page, which will be used to avoid calling set_page_dirty() in the
future. It will have no effect on actually writing the page back, as the
pages are not on any LRU lists.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Jan Kara <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions