X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fnfs4mount.c;h=0a32c3c4f644444e135ebb2405b6130077960fc3;hp=4790c7998b11ff548fd4ef9d4dcbad639d7c664c;hb=4398901d336340f5bef59991d4cea77b2970f2fe;hpb=46572b00147b2ed5722ba4167073e7c2eb42ad74 diff --git a/utils/mount/nfs4mount.c b/utils/mount/nfs4mount.c index 4790c79..0a32c3c 100644 --- a/utils/mount/nfs4mount.c +++ b/utils/mount/nfs4mount.c @@ -428,15 +428,15 @@ int nfs4mount(const char *spec, const char *node, int flags, if (errno == ETIMEDOUT) break; default: - mount_errors(hostname, 0, bg); + rpc_mount_errors(hostname, 0, bg); goto fail; } t = time(NULL); if (t >= timeout) { - mount_errors(hostname, 0, bg); + rpc_mount_errors(hostname, 0, bg); goto fail; } - mount_errors(hostname, 1, bg); + rpc_mount_errors(hostname, 1, bg); continue; }