Searched hist:"54 d99381b7371d2999566d1fb4ea88d46cf9d865" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | file.c | diff 54d99381b7371d2999566d1fb4ea88d46cf9d865 Thu Jan 19 15:33:45 CST 2023 Trond Myklebust <trond.myklebust@hammerspace.com> NFS: Convert nfs_write_begin/end to use folios
Add a helper nfs_folio_grab_cache_write_begin() that can call __filemap_get_folio() directly with the appropriate parameters.
Since write_begin()/write_end() take struct page arguments, just pass the folio->page back for now.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
|