]> git.baikalelectronics.ru Git - kernel.git/commit
ntfs3: refactor ntfs_writepages
authorChristoph Hellwig <hch@lst.de>
Mon, 13 Jun 2022 05:37:10 +0000 (07:37 +0200)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 2 Aug 2022 16:34:04 +0000 (12:34 -0400)
commit7cd0c528087d2f298cfe4ab17299458e42e2e4ba
tree10419d5d6b6ba5500e16683330f45979d4629bb6
parent3105a7f9165a0c4427da08a4ab387f52ed121e82
ntfs3: refactor ntfs_writepages

Handle the resident case with an explicit generic_writepages call instead
of using the obscure overload that makes mpage_writepages with a NULL
get_block do the same thing.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/ntfs3/inode.c