mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
nfs: Convert nfs to read_folio
This is a "weak" conversion which converts straight back to using pages. A full conversion should be performed at some point, hopefully by someone familiar with the filesystem. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
This commit is contained in:
@@ -594,7 +594,7 @@ static inline bool nfs_have_writebacks(const struct inode *inode)
|
||||
/*
|
||||
* linux/fs/nfs/read.c
|
||||
*/
|
||||
extern int nfs_readpage(struct file *, struct page *);
|
||||
int nfs_read_folio(struct file *, struct folio *);
|
||||
void nfs_readahead(struct readahead_control *);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user