diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2024-07-19 01:29:59 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2024-08-27 04:47:03 +0300 |
commit | e37c9e173bff50a2d57dfecdd694457c00ce5a8c (patch) | |
tree | dbca947b712539e36a4e1aba98547918f8f3ebd5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f5cacdc6f2bb2a9bf214469dd7112b43dd2dd68a (diff) | |
download | linux-e37c9e173bff50a2d57dfecdd694457c00ce5a8c.tar.xz |
ext4: reduce stack usage in ext4_mpage_readpages()
This function is very similar to do_mpage_readpage() and a similar
approach to that taken in commit 12ac5a65cb56 will work. As in
do_mpage_readpage(), we only use this array for checking block contiguity
and we can do that more efficiently with a little arithmetic.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://patch.msgid.link/20240718223005.568869-1-willy@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions