X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Flinux%2Fnfs_fs.h;h=9ba4aec37c5060a081e1bda1c670ac80463cbae8;hb=f02231e51a280f1a0fee4d03ad8f50048e06cced;hp=c098ae194f79daf0c498a7aec7e3eb24186d24c5;hpb=3ea97309e6b18bce200211b3f9188e8023321adc;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index c098ae1..9ba4aec 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h @@ -407,8 +407,8 @@ extern void nfs_release_automount_timer(void); /* * linux/fs/nfs/unlink.c */ -extern int nfs_async_unlink(struct dentry *); -extern void nfs_complete_unlink(struct dentry *); +extern int nfs_async_unlink(struct inode *dir, struct dentry *dentry); +extern void nfs_complete_unlink(struct dentry *dentry, struct inode *); /* * linux/fs/nfs/write.c