Whamcloud - gitweb
LU-14768 e2fsck: merge casefolded dir lists after thread finish
authorWang Shilong <wshilong@ddn.com>
Thu, 12 Mar 2020 11:40:27 +0000 (19:40 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 28 Mar 2022 22:13:10 +0000 (16:13 -0600)
commit0365be40c3bdd542ee837ee8a28d5b1b351ed063
tree89ba999e9e3e624a483eec647f8a8ec772f7fb99
parentf4a01112ec821cbdbd4ddafa5938eaffcfcb620a
LU-14768 e2fsck: merge casefolded dir lists after thread finish

This is missed and should be done after threads finish.

Original commit:
18538b27 ("LU-8465 e2fsck: merge encrypted dir lists after thread finish")
Upstream is now using e2fsck_struct->casefolded_dirs instead of
encrypted_dirs.

Only for the correctness of pfsck, we won't use casefolded feature on
ldiskfs.

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