Whamcloud - gitweb
LU-16965 obd: remove unused obd_evict_inprogress 81/51681/2
authorTimothy Day <timday@amazon.com>
Fri, 14 Jul 2023 15:42:39 +0000 (15:42 +0000)
committerOleg Drokin <green@whamcloud.com>
Thu, 27 Jul 2023 07:24:32 +0000 (07:24 +0000)
commitd5051f374799bed527aa66d95ed270719747882f
tree4c9ae9186a92f91e50f41f79705bcf8a70dc2c00
parent3b0d2821845cf87ae7f03bf41ceae00237d94121
LU-16965 obd: remove unused obd_evict_inprogress

Remove the atomic_t struct field obd_evict_inprogress
from 'struct obd_device'. This field was only ever
incremented in a unused function that was removed in
a previous patch. Hence, remove it altogther. This
patch also removes the associated wait queue.

Test-Parameters: trivial
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: Id151c1e6a0adde8c1aeb6dbc903b9d98d00fd21d
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51681
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/include/obd.h
lustre/ldlm/ldlm_lib.c
lustre/obdclass/genops.c
lustre/target/tgt_handler.c