]> www.infradead.org Git - linux.git/commit
ntfs3: Convert ntfs_write_begin to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 22 Apr 2024 19:31:52 +0000 (20:31 +0100)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 26 Jun 2024 12:48:54 +0000 (15:48 +0300)
commit00c91073a34e81be35e01cf71ba15b5952006ccb
tree2d7dd32eff66d1b6e7119845eddf2e1a2ec16919
parentf27a8e2d3dfcede23782b1cae1ae4ca4bda4e8ef
ntfs3: Convert ntfs_write_begin to use a folio

Retrieve a folio from the page cache instead of a precise page.
This function is now large folio safe, but its called function is not.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/inode.c