fs: dlm: simplify writequeue handling
authorAlexander Aring <aahringo@redhat.com>
Mon, 1 Mar 2021 22:05:16 +0000 (17:05 -0500)
committerDavid Teigland <teigland@redhat.com>
Tue, 9 Mar 2021 14:56:42 +0000 (08:56 -0600)
commitf0747ebf48f362ebfc93bc383d6be2b8c8f05b5a
tree5b5db4b5a597c2e3dd5d6d0ee5ef1de2b210f1e4
parente1a7cbce53f6524e28421b980464a36f0fa9631c
fs: dlm: simplify writequeue handling

This patch cleans up the current dlm sending allocator handling by using
some named macros, list functionality and removes some goto statements.

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