Fix configfs leak
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Родитель
9850c05655
Коммит
9b6e310211
|
@ -121,8 +121,10 @@ static int get_target(const char *symname, struct path *path,
|
|||
ret = -ENOENT;
|
||||
path_put(path);
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
ret = -EPERM;
|
||||
path_put(path);
|
||||
}
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
|
Загрузка…
Ссылка в новой задаче