fs: dlm: use sock2con without checking null
authorAlexander Aring <aahringo@redhat.com>
Thu, 17 Nov 2022 22:11:54 +0000 (17:11 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 21 Nov 2022 15:45:49 +0000 (09:45 -0600)
commite9dd5fd849f1ac125919a79eb4be66f078dd7f51
tree18dbca229cc7ed7508011e1a8981f38690c970f7
parent6f0b0b5d7ae70423c94915989c45b29e87c61ad7
fs: dlm: use sock2con without checking null

This patch removes null checks on private data for sockets. If we have a
null dereference there we having a bug in our implementation that such
callback occurs in this state.

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