Whamcloud - gitweb
LU-16952 debug: use right io object to check 76/51676/3
authorAlexey Lyashkov <alexey.lyashkov@hpe.com>
Wed, 12 Jul 2023 14:37:26 +0000 (17:37 +0300)
committerOleg Drokin <green@whamcloud.com>
Wed, 25 Oct 2023 18:03:11 +0000 (18:03 +0000)
commit2d0e357d219dcab7d60ede5fd3db374adec87a2f
tree7ba0085bfff718253d2d5534a93a152c8240057d
parent4ce09f62bc51617a8c692b17416ea92e434093a3
LU-16952 debug: use right io object to check

cp_owner is io_top(io) not an io itself,
let's fix it to make invariants happy.

HPe-bug-id: LUS-11707
Test-Parameters: trivial
Signed-off-by: Alexey Lyashkov <alexey.lyashkov@hpe.com>
Change-Id: Ib473e8616e2c339fd54cd96af7933e437e8f5869
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51676
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/obdclass/cl_page.c