]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: fix mismatching lock and unlock pages for roll-forward recovery
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 27 Mar 2015 01:46:38 +0000 (18:46 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 10 Apr 2015 22:08:56 +0000 (15:08 -0700)
commitbbc21177f7c89b529330df18b69c5ab095366ba3
tree36dc00bc17bb7ec2ac6f7993d173c95f90c5bc31
parentc788dee4bb56f448aeb22c5795691103474079a6
f2fs: fix mismatching lock and unlock pages for roll-forward recovery

Previously, inode page is not correctly locked and unlocked in pair during
the roll-forward recovery.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/recovery.c