|
@@ -123,6 +123,7 @@ extern int nfs_wait_on_request(struct nfs_page *);
|
|
extern void nfs_unlock_request(struct nfs_page *req);
|
|
extern void nfs_unlock_request(struct nfs_page *req);
|
|
extern void nfs_unlock_and_release_request(struct nfs_page *);
|
|
extern void nfs_unlock_and_release_request(struct nfs_page *);
|
|
extern int nfs_page_group_lock(struct nfs_page *, bool);
|
|
extern int nfs_page_group_lock(struct nfs_page *, bool);
|
|
|
|
+extern void nfs_page_group_lock_wait(struct nfs_page *);
|
|
extern void nfs_page_group_unlock(struct nfs_page *);
|
|
extern void nfs_page_group_unlock(struct nfs_page *);
|
|
extern bool nfs_page_group_sync_on_bit(struct nfs_page *, unsigned int);
|
|
extern bool nfs_page_group_sync_on_bit(struct nfs_page *, unsigned int);
|
|
|
|
|