diff options
Diffstat (limited to 'fs/nfs/nfs3proc.c')
| -rw-r--r-- | fs/nfs/nfs3proc.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/nfs3proc.c b/fs/nfs/nfs3proc.c index 5242eae6711..75c68299358 100644 --- a/fs/nfs/nfs3proc.c +++ b/fs/nfs/nfs3proc.c @@ -398,8 +398,7 @@ nfs3_proc_remove(struct inode *dir, struct qstr *name)  {  	struct nfs_removeargs arg = {  		.fh = NFS_FH(dir), -		.name.len = name->len, -		.name.name = name->name, +		.name = *name,  	};  	struct nfs_removeres res;  	struct rpc_message msg = {  |