dlm: combine switch case fail and default statements
authorAlexander Aring <aahringo@redhat.com>
Thu, 28 Mar 2024 15:48:40 +0000 (11:48 -0400)
committerDavid Teigland <teigland@redhat.com>
Mon, 1 Apr 2024 18:31:12 +0000 (13:31 -0500)
commit0175e51b5134b55c89364aae68ec16271c67e472
treee66772705d2634eb6cf6450a8fd896cc029bcbcd
parent4ed424280942f40b033d669eb9204a52e6d41639
dlm: combine switch case fail and default statements

This patch combines the failure and default cases for enqueue and
dequeue a callback to the lkb callback queue that should end in both
cases as it should never happen.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/ast.c
fs/dlm/user.c