pohmelfs: double-free and leak

wrong dentry dropped...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2010-12-17 07:41:48 -05:00
parent 94b77bd86f
commit d93e34faf9
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ static int pohmelfs_readdir_response(struct netfs_state *st)
if (dentry) {
alias = d_materialise_unique(dentry, &npi->vfs_inode);
if (alias)
dput(dentry);
dput(alias);
}
dput(dentry);