mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 06:01:23 +00:00
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs fixes from Al Viro: "A nasty bug in fs/namespace.c caught by Andrey + a couple of less serious unpleasantness - ecryptfs misc device playing hopeless games with try_module_get() and palinfo procfs support being... not quite correctly done, to be polite." * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: mnt: release locks on error path in do_loopback palinfo fixes procfs: add proc_remove_subtree() ecryptfs: close rmmod race
This commit is contained in:
commit
e8f2b548de
5 changed files with 107 additions and 107 deletions
|
@ -1690,7 +1690,7 @@ static int do_loopback(struct path *path, const char *old_name,
|
|||
|
||||
if (IS_ERR(mnt)) {
|
||||
err = PTR_ERR(mnt);
|
||||
goto out;
|
||||
goto out2;
|
||||
}
|
||||
|
||||
err = graft_tree(mnt, path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue