commit | feb704bd17786c8ff52a49d7759b8ee4f3a5aaac | [log] [tgz] |
---|---|---|
author | Alexander Aring <aahringo@redhat.com> | Fri Jul 16 16:22:34 2021 -0400 |
committer | David Teigland <teigland@redhat.com> | Mon Jul 19 11:53:43 2021 -0500 |
tree | b0a6ff0b5724c000cf9182c063084742e77761ac | |
parent | 2734d6c1b1a089fb593ef6a23d4b70903526fe0c [diff] |
fs: dlm: use sk->sk_socket instead of con->sock Instead of dereference "con->sock" we can get the socket structure over "sk->sk_socket" as well. This patch will switch to this behaviour. Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>