diff options
| author | Zhang Yi <[email protected]> | 2024-04-19 02:30:05 +0000 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2024-05-07 19:48:04 +0000 |
| commit | df0b5afc62f3368d657a8fe4a8d393ac481474c2 (patch) | |
| tree | c05b85fca5ec33e6d3e8c91d42b0ed66cd3af3c3 /fs/jbd2/commit.c | |
| parent | ext4: fix potential unnitialized variable (diff) | |
| download | kernel-df0b5afc62f3368d657a8fe4a8d393ac481474c2.tar.gz kernel-df0b5afc62f3368d657a8fe4a8d393ac481474c2.zip | |
ext4: remove the redundant folio_wait_stable()
__filemap_get_folio() with FGP_WRITEBEGIN parameter has already wait
for stable folio, so remove the redundant folio_wait_stable() in
ext4_da_write_begin(), it was left over from the commit cc883236b792
("ext4: drop unnecessary journal handle in delalloc write") that
removed the retry getting page logic.
Fixes: cc883236b792 ("ext4: drop unnecessary journal handle in delalloc write")
Signed-off-by: Zhang Yi <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions
