]> 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)
commit6262594ef1e49ecdbd9bd2d01e8bffd759c90154
treeb5d8536d349b4ae082588ccca429c3ddcc887f14
parenteb88a55b1f665d336a5ca98edfc92e78460da5d5
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: e66fac6a0d0a ("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