]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8520746c6ad82ae29b9105573045b395c8093ac0
tree208c72aa818bb5ef655c11f3c0bf47b21424eca0
parent29b2cc5b6af08e4738176bff574aa27434309554
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