Whamcloud - gitweb
LU-13419 osc: Remove unnecessary spinlock assertion 57/56957/2
authorPatrick Farrell <paf0187@gmail.com>
Mon, 11 Nov 2024 16:54:33 +0000 (11:54 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 2 Jan 2025 20:40:41 +0000 (20:40 +0000)
commitbe4995dc69e97f68cf92618a88af0731d5ad8d92
treee284edd6209e6e6f9c19c05e97b957b4a2f44455
parent52dcb6d72e9645ba46bc8f64342c648e0e0747d9
LU-13419 osc: Remove unnecessary spinlock assertion

This spinlock assertion notably increases the time spent in
getting grant with many threads to few OSCs, but adds
little value.  Remove it.

Test-Parameters: trivial
Signed-off-by: Patrick Farrell <paf0187@gmail.com>
Change-Id: I596b9ac349a6dd1a633c6671d19d15bbf61b9fa2
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56957
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Zhenyu Xu <bobijam@hotmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/osc/osc_cache.c