commit | 1a31833d085a339cf42573de0717209e8b2172e8 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Mon Jan 18 12:29:15 2016 -0500 |
committer | David Teigland <teigland@redhat.com> | Mon Feb 22 14:02:11 2016 -0600 |
tree | 15c64f85564e28ef00cba6b248d321bc7fad0a99 | |
parent | 81f70ba233d5f660e1ea5fe23260ee323af5d53a [diff] |
DLM: Replace nodeid_to_addr with kernel_getpeername This patch replaces the call to nodeid_to_addr with a call to kernel_getpeername. This avoids taking a spinlock because it may potentially be called from a softirq context. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>