commit | 5d909cdbbba244ecb4c2dfc4dc3e3bc29529fb05 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Dec 07 10:16:58 2015 -0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Dec 09 09:51:07 2015 -0800 |
tree | 19a5dfdc95dc888537105a6b9633d2775bcce53e | |
parent | 80609448cd63b700a37427e423c201fc5e16e95a [diff] |
f2fs: refactor f2fs_commit_super Previously, f2fs_commit_super hacks the bh->blocknr to write the broken alternate superblock. Instead of it, we should use the correct logic to retrieve its buffer head with locking it appropriately. Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>