diff options
Diffstat (limited to 'fs/nfs/proc.c')
| -rw-r--r-- | fs/nfs/proc.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/proc.c b/fs/nfs/proc.c index b63b6f4d14f..d6408b6437d 100644 --- a/fs/nfs/proc.c +++ b/fs/nfs/proc.c @@ -335,8 +335,7 @@ nfs_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 rpc_message msg = {   		.rpc_proc = &nfs_procedures[NFSPROC_REMOVE],  |