diff options
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 05f9a87cdab4..ef1c703e487b 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -469,6 +469,7 @@ void nfs_init_cinfo(struct nfs_commit_info *cinfo, | |||
469 | struct nfs_direct_req *dreq); | 469 | struct nfs_direct_req *dreq); |
470 | int nfs_key_timeout_notify(struct file *filp, struct inode *inode); | 470 | int nfs_key_timeout_notify(struct file *filp, struct inode *inode); |
471 | bool nfs_ctx_key_to_expire(struct nfs_open_context *ctx); | 471 | bool nfs_ctx_key_to_expire(struct nfs_open_context *ctx); |
472 | void nfs_pageio_stop_mirroring(struct nfs_pageio_descriptor *pgio); | ||
472 | 473 | ||
473 | #ifdef CONFIG_MIGRATION | 474 | #ifdef CONFIG_MIGRATION |
474 | extern int nfs_migrate_page(struct address_space *, | 475 | extern int nfs_migrate_page(struct address_space *, |