aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-sub-ui.c
diff options
context:
space:
mode:
authorAlexander Aring <[email protected]>2022-06-23 21:28:58 -0400
committerDavid Teigland <[email protected]>2022-08-01 09:31:46 -0500
commit958589892218e43ec83d5562438e0c1cc44a4716 (patch)
tree1f1e73b26254d944769759cad98ce9c349d1194f /lib/mpi/mpi-sub-ui.c
parent6b0afc0cc3e9a9a91f5a76d0965d449781441e18 (diff)
fs: dlm: move kref_put assert for lkb structs
The unhold_lkb() function decrements the lock's kref, and asserts that the ref count was not the final one. Use the kref_put release function (which should not be called) to call the assert, rather than doing the assert based on the kref_put return value. Using kill_lkb() as the release function doesn't make sense if we only want to assert. Signed-off-by: Alexander Aring <[email protected]> Signed-off-by: David Teigland <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions