diff options
Diffstat (limited to 'include/linux/nfs_page.h')
-rw-r--r-- | include/linux/nfs_page.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h index 6f01e28bba27..247cc3d3498f 100644 --- a/include/linux/nfs_page.h +++ b/include/linux/nfs_page.h | |||
@@ -141,6 +141,7 @@ extern int nfs_page_group_lock(struct nfs_page *, bool); | |||
141 | extern void nfs_page_group_lock_wait(struct nfs_page *); | 141 | extern void nfs_page_group_lock_wait(struct nfs_page *); |
142 | extern void nfs_page_group_unlock(struct nfs_page *); | 142 | extern void nfs_page_group_unlock(struct nfs_page *); |
143 | extern bool nfs_page_group_sync_on_bit(struct nfs_page *, unsigned int); | 143 | extern bool nfs_page_group_sync_on_bit(struct nfs_page *, unsigned int); |
144 | extern bool nfs_async_iocounter_wait(struct rpc_task *, struct nfs_lock_context *); | ||
144 | 145 | ||
145 | /* | 146 | /* |
146 | * Lock the page of an asynchronous request | 147 | * Lock the page of an asynchronous request |