Whamcloud - gitweb
LU-11933 mdt: clear sp_cr_flags in migrate unpack 54/36154/3
authorLai Siyao <lai.siyao@whamcloud.com>
Thu, 15 Aug 2019 14:31:17 +0000 (22:31 +0800)
committerOleg Drokin <green@whamcloud.com>
Fri, 27 Sep 2019 23:10:49 +0000 (23:10 +0000)
commitd4da3b55a8303d937828e74341b3ab5c4dfd52b2
treebc39751a9e56d4293e14a7661a4e663880129e1a
parentee57d13a61e8ad7bb72857f1ed29f8f30ff3c4a6
LU-11933 mdt: clear sp_cr_flags in migrate unpack

mdt_thread_info.mti_spec is not cleared after operation handling, so
mdt_migrate_unpack() should clear it in case the old values are used.

Signed-off-by: Lai Siyao <lai.siyao@whamcloud.com>
Change-Id: Ib3d5d39a4a072621c8da8b6ef7869cb4d8178aac
Reviewed-on: https://review.whamcloud.com/36154
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Li Xi <lixi@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/mdt/mdt_lib.c