commit | c7f454f65eb6b99d1266bd8bf0a2be65d705c64f | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Dec 12 11:35:58 2019 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 28 15:42:24 2020 +0100 |
tree | 53e71e2f6a21288f195801327dcbb0778505f7b1 | |
parent | 39919a2ac1d99348a400d7e87dabcf9f142f4df0 [diff] |
reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling [ Upstream commit 4d5c1adaf893b8aa52525d2b81995e949bcb3239 ] When we fail to allocate string for journal device name we jump to 'error' label which tries to unlock reiserfs write lock which is not held. Jump to 'error_unlocked' instead. Fixes: f32485be8397 ("reiserfs: delay reiserfs lock until journal initialization") Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Sasha Levin <sashal@kernel.org>