]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: Correct f2fs_dirty_data_folio() conversion
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 29 Mar 2022 20:22:54 +0000 (16:22 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Apr 2022 18:40:44 +0000 (14:40 -0400)
commit4b2dd2fb79e597184f0157d8af299d2b06679bb0
treeb5d8536d349b4ae082588ccca429c3ddcc887f14
parent33140d308c0f86c486e97979e3f46a56d41d635e
f2fs: Correct f2fs_dirty_data_folio() conversion

I got the return value wrong.  Very little checks the return value
from set_page_dirty(), so nobody noticed during testing.

Fixes: ee56c8fbbc1e ("f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folio")
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
fs/f2fs/data.c