diff options
Diffstat (limited to 'fs/nfs/namespace.c')
-rw-r--r-- | fs/nfs/namespace.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/namespace.c b/fs/nfs/namespace.c index e36fd8a51819..08b9c93675da 100644 --- a/fs/nfs/namespace.c +++ b/fs/nfs/namespace.c | |||
@@ -261,8 +261,7 @@ struct vfsmount *nfs_submount(struct nfs_server *server, struct dentry *dentry, | |||
261 | struct dentry *parent = dget_parent(dentry); | 261 | struct dentry *parent = dget_parent(dentry); |
262 | 262 | ||
263 | /* Look it up again to get its attributes */ | 263 | /* Look it up again to get its attributes */ |
264 | err = server->nfs_client->rpc_ops->lookup(server->client, parent->d_inode, | 264 | err = server->nfs_client->rpc_ops->lookup(parent->d_inode, &dentry->d_name, fh, fattr); |
265 | &dentry->d_name, fh, fattr); | ||
266 | dput(parent); | 265 | dput(parent); |
267 | if (err != 0) | 266 | if (err != 0) |
268 | return ERR_PTR(err); | 267 | return ERR_PTR(err); |