Merge branch 'akpm-current/current'
[deliverable/linux.git] / fs / nfs / internal.h
index da9e5584bfdc62b96378cc97bfc393402e13d53a..bed73db108c5cdc928f3b07a3c81cbfdcdcb25ee 100644 (file)
@@ -359,7 +359,8 @@ int nfs_unlink(struct inode *, struct dentry *);
 int nfs_symlink(struct inode *, struct dentry *, const char *);
 int nfs_link(struct dentry *, struct inode *, struct dentry *);
 int nfs_mknod(struct inode *, struct dentry *, umode_t, dev_t);
-int nfs_rename(struct inode *, struct dentry *, struct inode *, struct dentry *);
+int nfs_rename(struct inode *, struct dentry *,
+              struct inode *, struct dentry *, unsigned int);
 
 /* file.c */
 int nfs_file_fsync(struct file *file, loff_t start, loff_t end, int datasync);
This page took 0.024472 seconds and 5 git commands to generate.