]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs3: Convert attr_data_read_resident() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 22 Apr 2024 19:31:53 +0000 (20:31 +0100)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 26 Jun 2024 12:48:55 +0000 (15:48 +0300)
commitab055cf9db2027f7cb59c80663578c053fb0afde
tree411701a7e411fee52494d3519336b0f8e398c315
parent00c91073a34e81be35e01cf71ba15b5952006ccb
ntfs3: Convert attr_data_read_resident() to take a folio

Now that all three callers have a folio, pass it in and use
folio_fill_tail() to do the hard work of filling the folio.

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