diff options
Diffstat (limited to 'fs/nfs/nfs3proc.c')
-rw-r--r-- | fs/nfs/nfs3proc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/nfs/nfs3proc.c b/fs/nfs/nfs3proc.c index 6ed6a4195906..5645ef4c5259 100644 --- a/fs/nfs/nfs3proc.c +++ b/fs/nfs/nfs3proc.c | |||
@@ -414,7 +414,9 @@ out: | |||
414 | } | 414 | } |
415 | 415 | ||
416 | static void | 416 | static void |
417 | nfs3_proc_unlink_setup(struct rpc_message *msg, struct dentry *dentry) | 417 | nfs3_proc_unlink_setup(struct rpc_message *msg, |
418 | struct dentry *dentry, | ||
419 | struct inode *inode) | ||
418 | { | 420 | { |
419 | msg->rpc_proc = &nfs3_procedures[NFS3PROC_REMOVE]; | 421 | msg->rpc_proc = &nfs3_procedures[NFS3PROC_REMOVE]; |
420 | } | 422 | } |