Whamcloud - gitweb
libext2fs: fix missing mutex unlock in an error path of the Unix I/O manager
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 30 Apr 2021 21:45:56 +0000 (23:45 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 7 May 2021 20:28:31 +0000 (16:28 -0400)
commit4c928984bfa54c9b1c5d3e679d9ed62f284b8f3c
tree3750eb93212b370361b9c03d99b1e768d6363869
parent86fe64e48631dbe330355b8127d816957baff52b
libext2fs: fix missing mutex unlock in an error path of the Unix I/O manager

Originally from https://github.com/tytso/e2fsprogs/pull/68

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/unix_io.c