nfs: move nfs_wait_on_request to write.c
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Jul 2024 05:26:53 +0000 (07:26 +0200)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 8 Jul 2024 17:47:51 +0000 (13:47 -0400)
commitf1b7c7552cbcf89e56b15ff481f3d19b53046291
treeb9978d9d78f7a55f9f9a7766ad2f07ccad6c511b
parent25edbcac6e32eab345e470d56ca9974a577b878b
nfs: move nfs_wait_on_request to write.c

nfs_wait_on_request is now only used in write.c.  Move it there
and mark it static.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/pagelist.c
fs/nfs/write.c
include/linux/nfs_page.h