diff options
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 3aa13c1b8dd8..a3c21cc4677b 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -2577,7 +2577,7 @@ static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, | |||
2577 | .new_name = new_name, | 2577 | .new_name = new_name, |
2578 | .bitmask = server->attr_bitmask, | 2578 | .bitmask = server->attr_bitmask, |
2579 | }; | 2579 | }; |
2580 | struct nfs4_rename_res res = { | 2580 | struct nfs_renameres res = { |
2581 | .server = server, | 2581 | .server = server, |
2582 | }; | 2582 | }; |
2583 | struct rpc_message msg = { | 2583 | struct rpc_message msg = { |