diff options
Diffstat (limited to 'fs/nfs/proc.c')
-rw-r--r-- | fs/nfs/proc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/nfs/proc.c b/fs/nfs/proc.c index 80c350b6232a..763f77e7f1f1 100644 --- a/fs/nfs/proc.c +++ b/fs/nfs/proc.c | |||
@@ -321,7 +321,9 @@ nfs_proc_remove(struct inode *dir, struct dentry *dentry) | |||
321 | } | 321 | } |
322 | 322 | ||
323 | static void | 323 | static void |
324 | nfs_proc_unlink_setup(struct rpc_message *msg, struct dentry *dentry) | 324 | nfs_proc_unlink_setup(struct rpc_message *msg, |
325 | struct dentry *dentry, | ||
326 | struct inode *inode) | ||
325 | { | 327 | { |
326 | msg->rpc_proc = &nfs_procedures[NFSPROC_REMOVE]; | 328 | msg->rpc_proc = &nfs_procedures[NFSPROC_REMOVE]; |
327 | } | 329 | } |