Whamcloud - gitweb
LU-11933 mdt: clear sp_cr_flags in migrate unpack 99/36399/4
authorLai Siyao <lai.siyao@whamcloud.com>
Thu, 15 Aug 2019 14:31:17 +0000 (22:31 +0800)
committerOleg Drokin <green@whamcloud.com>
Thu, 21 Nov 2019 07:33:54 +0000 (07:33 +0000)
commitdf9f55d02237821ecfa554eb257b8efc0a84f77d
treeadb53ed911051877ac107c5dde337b47a59c1c93
parent9d88030b8a532de3bec3f75d01ec108bfba97082
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.

Lustre-change: https://review.whamcloud.com/36154
Lustre-commit: d4da3b55a8303d937828e74341b3ab5c4dfd52b2

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