]> asedeno.scripts.mit.edu Git - linux.git/commit
f2fs: don't acquire orphan ino during recovery
authorChao Yu <yuchao0@huawei.com>
Wed, 6 Jun 2018 15:55:01 +0000 (23:55 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 27 Jul 2018 09:03:59 +0000 (18:03 +0900)
commit76a45e3c45002836b2ea0711a130403dcd7d8f52
treea7ca4c79f3dff2e01baf5e63026bd49b0a0c0cd7
parenta1933c09ef84c2fd187e05b560ddc6e1267d6508
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>
fs/f2fs/checkpoint.c