Whamcloud - gitweb
LU-8465 e2fsck: clear icache when using multi-thread fsck 14/40014/2
authorWang Shilong <wshilong@ddn.com>
Thu, 17 Sep 2020 02:58:56 +0000 (10:58 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 25 Sep 2020 02:29:42 +0000 (02:29 +0000)
commit321ed5ab1d11ca2e74adbd84222f96a6dc180da9
tree63e41e22866249df919ba355b1a5ee0f9d0827af
parentb31bf039cb8d54a6e39e8d1308e8418c7c6413a2
LU-8465 e2fsck: clear icache when using multi-thread fsck

icache of fs will be rebuilt when needed, so after copying
fs, icache can be inited to NULL.

Signed-off-by: Li Xi <lixi@ddn.com>
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Change-Id: If153d20c4fb10163a7759facb14d1c065c7037fa
Reviewed-on: https://review.whamcloud.com/40014
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
e2fsck/pass1.c