nfs: Pass the file pointer to nfs_symlink_filler()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 1 May 2022 23:39:03 +0000 (19:39 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 9 May 2022 20:28:41 +0000 (16:28 -0400)
commit6ece0a0452c97fe6cbdce1ff3069248d99f1b4aa
tree208c72aa818bb5ef655c11f3c0bf47b21424eca0
parent2294f9b8793d02b265423207e55ce5b26d8960cd
nfs: Pass the file pointer to nfs_symlink_filler()

In preparation for unifying the read_cache_page() and read_folio()
implementations, make nfs_symlink_filler() get the inode
from the page instead of passing it in from read_cache_page().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/nfs/symlink.c