commit | 9139710148744bf10c57ec6ace4f5f9532e040f4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 13 07:37:10 2022 +0200 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue Aug 02 12:34:04 2022 -0400 |
tree | 10419d5d6b6ba5500e16683330f45979d4629bb6 | |
parent | 9800562f2ab41656b0bdc2a41c77ab3f6dfdd6fc [diff] |
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>