f2fs: fix to account inline xattr correctly during recovery
authorChao Yu <yuchao0@huawei.com>
Mon, 7 Dec 2020 09:54:41 +0000 (17:54 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 8 Dec 2020 22:25:41 +0000 (14:25 -0800)
commit96dd02519580faa731066351f438a2f967d9a0ee
tree04c840d817dce93a7e12773daeda89cffdddb631
parent84921561532f771bd338e7791bf275b2b605d642
f2fs: fix to account inline xattr correctly during recovery

During recovery, we may missed to update inline xattr count correctly,
fix it.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/node.c