summaryrefslogtreecommitdiff
path: root/include/linux/nfs_page.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2024-07-01 08:26:53 +0300
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2024-07-08 20:47:51 +0300
commitf1b7c7552cbcf89e56b15ff481f3d19b53046291 (patch)
treeb9978d9d78f7a55f9f9a7766ad2f07ccad6c511b /include/linux/nfs_page.h
parent25edbcac6e32eab345e470d56ca9974a577b878b (diff)
downloadlinux-f1b7c7552cbcf89e56b15ff481f3d19b53046291.tar.xz
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>
Diffstat (limited to 'include/linux/nfs_page.h')
-rw-r--r--include/linux/nfs_page.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h
index 63eed97a18ad..169b4ae30ff4 100644
--- a/include/linux/nfs_page.h
+++ b/include/linux/nfs_page.h
@@ -152,7 +152,6 @@ extern void nfs_pageio_cond_complete(struct nfs_pageio_descriptor *, pgoff_t);
extern size_t nfs_generic_pg_test(struct nfs_pageio_descriptor *desc,
struct nfs_page *prev,
struct nfs_page *req);
-extern int nfs_wait_on_request(struct nfs_page *);
extern void nfs_unlock_request(struct nfs_page *req);
extern void nfs_unlock_and_release_request(struct nfs_page *);
extern void nfs_join_page_group(struct nfs_page *head,