Whamcloud - gitweb
libext2fs: fix missing unlocks in the error path in unix_set_blksize()
authorryancaicse <73822648+ryancaicse@users.noreply.github.com>
Mon, 1 Nov 2021 05:42:56 +0000 (13:42 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 3 Dec 2021 19:31:09 +0000 (14:31 -0500)
commitece580372624113bf0ce9e291952801c2bb1884f
tree8508087b211962078da912abd782a11821dfe4ca
parente99e05864464001864b5b17eee2e9a309a7878a9
libext2fs: fix missing unlocks in the error path in unix_set_blksize()

https://github.com/tytso/e2fsprogs/pull/83

Signed-off-by: Ryan Cai <ryancaicse@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/unix_io.c