diff options
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 74935a19e4bf..48d1adfe25d6 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -359,7 +359,8 @@ int nfs_unlink(struct inode *, struct dentry *); | |||
359 | int nfs_symlink(struct inode *, struct dentry *, const char *); | 359 | int nfs_symlink(struct inode *, struct dentry *, const char *); |
360 | int nfs_link(struct dentry *, struct inode *, struct dentry *); | 360 | int nfs_link(struct dentry *, struct inode *, struct dentry *); |
361 | int nfs_mknod(struct inode *, struct dentry *, umode_t, dev_t); | 361 | int nfs_mknod(struct inode *, struct dentry *, umode_t, dev_t); |
362 | int nfs_rename(struct inode *, struct dentry *, struct inode *, struct dentry *); | 362 | int nfs_rename(struct inode *, struct dentry *, |
363 | struct inode *, struct dentry *, unsigned int); | ||
363 | 364 | ||
364 | /* file.c */ | 365 | /* file.c */ |
365 | int nfs_file_fsync(struct file *file, loff_t start, loff_t end, int datasync); | 366 | int nfs_file_fsync(struct file *file, loff_t start, loff_t end, int datasync); |