summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs3proc.c')
-rw-r--r--fs/nfs/nfs3proc.c4
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
416static void 416static void
417nfs3_proc_unlink_setup(struct rpc_message *msg, struct dentry *dentry) 417nfs3_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}