]> git.decadent.org.uk Git - nfs-utils.git/commit
mountd: fix export upcall failure in use_ipaddr case
authorJ. Bruce Fields <bfields@redhat.com>
Thu, 3 May 2012 18:56:19 +0000 (14:56 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 3 May 2012 19:12:09 +0000 (15:12 -0400)
commitb46c04422f2a4ae76b89bf43a21839b1c5a1fc79
tree996b48a2177d870f5ba18900cc45d7cd597ea72d
parentbf66c9facb8e4798c79e1286e3da2dcafeed83fb
mountd: fix export upcall failure in use_ipaddr case

After 0509d3428f523 "mountd: Replace "struct hostent" with "struct
addinfo"", the export upcall fails in the use_ipaddr case.

I think we never noticed because a) the use_ipaddr case is rarer than
the !use_ipaddr case, and b) the nfsd_fh upcall does a preemptive export
downcall that renders the nfsd export call unnecessary in some cases.

Cc: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/cache.c