fs: dlm: move free writequeue into con free
authorAlexander Aring <aahringo@redhat.com>
Thu, 27 Aug 2020 19:02:52 +0000 (15:02 -0400)
committerDavid Teigland <teigland@redhat.com>
Thu, 27 Aug 2020 20:59:09 +0000 (15:59 -0500)
commit0de984323ac56aa420e6f28d7ce205a293fdb649
tree59fdaf9a20b05021e97f88c214c3b4777b7c1980
parent3d2825c8c6105b0f36f3ff72760799fa2e71420e
fs: dlm: move free writequeue into con free

This patch just move the free of struct connection member writequeue
into the functionality when struct connection will be freed instead of
doing two iterations.

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