]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: fix to unlock f2fs_lock at the omitted error case
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Wed, 16 Apr 2014 05:22:50 +0000 (14:22 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Wed, 7 May 2014 01:21:54 +0000 (10:21 +0900)
commit6c961fdef65a5eba7e2ee789cbe6a76ec89b9301
tree4a28d9b58e4ccfaaabd1cd5076c1752facd8639e
parent747c79d94094fd05cc67e42d260de3474d0fb4f5
f2fs: fix to unlock f2fs_lock at the omitted error case

If it occurs an error, we should call f2fs_unlock_op.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/inline.c