Whamcloud - gitweb
LU-8465 e2fsck: do not change global variables 01/36001/11
authorLi Xi <lixi@ddn.com>
Fri, 30 Aug 2019 04:20:11 +0000 (12:20 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 26 Sep 2020 00:35:52 +0000 (00:35 +0000)
commit1f6e8b81c2d964f54c6615ff775a3f6c3a9bbe1f
tree4aafce57635ac3d9572cb4c9505e695cbad46fa8
parentfba469b0ef2449bed72d2fb91c9e4a0374ea71ef
LU-8465 e2fsck: do not change global variables

Global variables used in pass1 check are changed to local variables
in this patch. This will avoid conflict between threads.

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