aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/fast_commit.c
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <[email protected]>2024-07-18 22:29:59 +0000
committerTheodore Ts'o <[email protected]>2024-08-27 01:47:03 +0000
commite37c9e173bff50a2d57dfecdd694457c00ce5a8c (patch)
treedbca947b712539e36a4e1aba98547918f8f3ebd5 /fs/ext4/fast_commit.c
parentjbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error (diff)
downloadkernel-e37c9e173bff50a2d57dfecdd694457c00ce5a8c.tar.gz
kernel-e37c9e173bff50a2d57dfecdd694457c00ce5a8c.zip
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) <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.c')
0 files changed, 0 insertions, 0 deletions