diff options
Diffstat (limited to 'include/linux/nfs_fs.h')
| -rw-r--r-- | include/linux/nfs_fs.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 2954e44ed498..8ea249110fb0 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
| @@ -395,10 +395,10 @@ extern void nfs_commit_done(struct rpc_task *); | |||
| 395 | */ | 395 | */ | 
| 396 | extern int nfs_sync_inode(struct inode *, unsigned long, unsigned int, int); | 396 | extern int nfs_sync_inode(struct inode *, unsigned long, unsigned int, int); | 
| 397 | #if defined(CONFIG_NFS_V3) || defined(CONFIG_NFS_V4) | 397 | #if defined(CONFIG_NFS_V3) || defined(CONFIG_NFS_V4) | 
| 398 | extern int nfs_commit_inode(struct inode *, unsigned long, unsigned int, int); | 398 | extern int nfs_commit_inode(struct inode *, int); | 
| 399 | #else | 399 | #else | 
| 400 | static inline int | 400 | static inline int | 
| 401 | nfs_commit_inode(struct inode *inode, unsigned long idx_start, unsigned int npages, int how) | 401 | nfs_commit_inode(struct inode *inode, int how) | 
| 402 | { | 402 | { | 
| 403 | return 0; | 403 | return 0; | 
| 404 | } | 404 | } | 
