diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
| -rw-r--r-- | include/linux/nfs_xdr.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 8ed8ec62829..0e181c2320b 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -1380,7 +1380,7 @@ struct nfs_rpc_ops {  	int	(*readlink)(struct inode *, struct page *, unsigned int,  			    unsigned int);  	int	(*create)  (struct inode *, struct dentry *, -			    struct iattr *, int, struct nfs_open_context *); +			    struct iattr *, int);  	int	(*remove)  (struct inode *, struct qstr *);  	void	(*unlink_setup)  (struct rpc_message *, struct inode *dir);  	void	(*unlink_rpc_prepare) (struct rpc_task *, struct nfs_unlinkdata *);  |