]> git.kernelconcepts.de Git - karo-tx-linux.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>
Thu, 2 Apr 2015 17:48:12 +0000 (10:48 -0700)
commit98d51c104fa45d2bd08abadc628563fc144631db
tree6d83166efbcc16d22db91f235ce195be4e0af897
parentfc655b4ed0a1bdbf275bfd3aaec234a5e38839f7
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