From: Chuck Lever Date: Wed, 10 Oct 2007 19:06:41 +0000 (-0400) Subject: text-based mount.nfs: add function to do foreground retries X-Git-Tag: nfs-utils-1-1-1~17 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=8c562efffb0e4e4e084f9605d0b9e1468b642eb4;hp=8c562efffb0e4e4e084f9605d0b9e1468b642eb4 text-based mount.nfs: add function to do foreground retries Make the differences between the foreground and background mount logic explicit by creating separate functions to handle each -- think of them as separate scripts for doing a foreground or a background mount. NFS foreground mounts are supposed to retry for a little while before giving up. Add a function to handle this. Signed-off-by: Chuck Lever Signed-off-by: Neil Brown ---