]> git.baikalelectronics.ru Git - kernel.git/commit
autofs: fix autofs4_fill_super() error exit handling
authorIan Kent <raven@themaw.net>
Tue, 11 Oct 2016 20:52:33 +0000 (13:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Oct 2016 22:06:31 +0000 (15:06 -0700)
commit4fcc5b58b66885e39cce77fcf131f2c8c7de1e18
treef8f8e135b9aad05ac4ac6d2f48c69a0d0f828545
parent442e56e9c00ef0867c26404d20224139e4120ba8
autofs: fix autofs4_fill_super() error exit handling

Somewhere along the line the error handling gotos have become incorrect.

Link: http://lkml.kernel.org/r/20160812024749.12352.15100.stgit@pluto.themaw.net
Signed-off-by: Ian Kent <raven@themaw.net>
Cc: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/autofs4/inode.c