]> git.decadent.org.uk Git - nfs-utils.git/commit
statd: Remove NL_ADDR() macro
authorChuck Lever <chuck.lever@oracle.com>
Thu, 14 Jan 2010 17:24:30 +0000 (12:24 -0500)
committerSteve Dickson <steved@redhat.com>
Fri, 15 Jan 2010 19:55:52 +0000 (14:55 -0500)
commitd16bd0400fc096ec2fed36d5dfa8620b2370e4d1
treed37af63dfb2f8922179321ba8ad59307f3164c81
parent17d144b236c84150c2ca896c0d3eea05931d938e
statd: Remove NL_ADDR() macro

Clean up: The contents of NL_ADDR are fixed: they are always the IPv4
loopback address.  Some time ago, the use of NL_ADDR() was stubbed out
of the NLM downcall forward path, replaced with a constant IPv4
loopback address.

Stub it out of the reply path as well, and then remove NL_ADDR
entirely.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
utils/statd/monitor.c
utils/statd/notlist.c
utils/statd/notlist.h
utils/statd/rmtcall.c