]> www.infradead.org Git - users/willy/pagecache.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>
Sat, 9 Jul 2022 00:09:51 +0000 (20:09 -0400)
commit9594da4cec1db0491d35b38d5988eb989720d6f4
tree2d88118579a27a797f0cded081812379b7bcd159
parent84578adbb0e0657003e646e0af699ef74b99386e
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