diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_fs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 6c130a6b0f4d..423f202b881c 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -410,6 +410,11 @@ extern int nfs_updatepage(struct file *, struct page *, unsigned int, unsigned | |||
410 | extern int nfs_writeback_done(struct rpc_task *, struct nfs_write_data *); | 410 | extern int nfs_writeback_done(struct rpc_task *, struct nfs_write_data *); |
411 | extern void nfs_writedata_release(void *); | 411 | extern void nfs_writedata_release(void *); |
412 | 412 | ||
413 | #if defined(CONFIG_NFS_V3) || defined(CONFIG_NFS_V4) | ||
414 | struct nfs_write_data *nfs_commit_alloc(unsigned int pagecount); | ||
415 | void nfs_commit_free(struct nfs_write_data *p); | ||
416 | #endif | ||
417 | |||
413 | /* | 418 | /* |
414 | * Try to write back everything synchronously (but check the | 419 | * Try to write back everything synchronously (but check the |
415 | * return value!) | 420 | * return value!) |