commit | 87e841d47fe26d4cf08d7c8310c679a750a6c52b | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Wed Jun 06 23:55:01 2018 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Sep 18 12:56:42 2018 -0700 |
tree | bcb3a5775e1341c3c4d137e01877026c5fc7320e | |
parent | 1d1f79d3b519ba739812c8c370f30234c634a4cd [diff] |
f2fs: don't acquire orphan ino during recovery During orphan inode recovery, checkpoint should never succeed due to SBI_POR_DOING flag, so we don't need acquire orphan ino which only be used by checkpoint. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>