]> git.baikalelectronics.ru Git - kernel.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)
commitaf2d245dae5eb0ac3c6fba07612e04c76080b215
tree15c64f85564e28ef00cba6b248d321bc7fad0a99
parent291f3a266c2fb4cc67da2041222dede88422e1f3
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