diff options
author | Alexander Aring <aahringo@redhat.com> | 2023-01-12 17:18:48 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2023-01-23 16:27:27 -0600 |
commit | ef7ef015eb333c8954d7165d216ec0c774d7e4e4 (patch) | |
tree | 7a6dc304606db9c4c3dc7b3caf98445c298e993c /fs/dlm/util.c | |
parent | 3186409711e64ed0a0fa767fad555a5e655022da (diff) | |
download | linux-ef7ef015eb333c8954d7165d216ec0c774d7e4e4.tar.gz linux-ef7ef015eb333c8954d7165d216ec0c774d7e4e4.tar.bz2 linux-ef7ef015eb333c8954d7165d216ec0c774d7e4e4.zip |
fs: dlm: move state change into else branch
Currently we can switch at first into DLM_CLOSE_WAIT state and then do
another state change if a condition is true. Instead of doing two state
changes we handle the other state change inside an else branch of this
condition.
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/util.c')
0 files changed, 0 insertions, 0 deletions