]> asedeno.scripts.mit.edu Git - linux.git/commit
DLM: Replace nodeid_to_addr with kernel_getpeername
authorBob Peterson <rpeterso@redhat.com>
Mon, 18 Jan 2016 17:29:15 +0000 (12:29 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 22 Feb 2016 20:02:11 +0000 (14:02 -0600)
commit1a31833d085a339cf42573de0717209e8b2172e8
tree15c64f85564e28ef00cba6b248d321bc7fad0a99
parent81f70ba233d5f660e1ea5fe23260ee323af5d53a
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>
fs/dlm/lowcomms.c