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>
Sun, 6 Jun 2021 15:18:35 +0000 (11:18 -0400)
commitc9b85b3453d54181cf0bb9beab4056ccff7d1733
tree79d4106f388b506b55dd1c312cd9b6fd4e46eb68
parent8188d943e51290e7edce0b6e462021504afdf3e6
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