Without this patch, an NFS mount attempt will
fail if the NFS server name cannot be resolved via
getaddrinfo(). This failure may be caused for a
mount specified in fstab(5) if the DNS service is
slow to startup.
This patch adds a new mount option called "retrydns=<N>"
which allows for retries of the getaddrinfo() call.
The first retry is done after 1sec and the delay is backed
off to 16sec.
A setting of "retrycnt=0" retries until success.
A mount_nfs.8 man page patch will be done in a separate review.