From: Chuck Lever Date: Fri, 6 Jun 2008 19:02:18 +0000 (-0400) Subject: Steinar Gunderson reports: X-Git-Tag: nfs-utils-1-1-3~41 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d7a1070383bcf40d32c7f10e535ba443209dedef;hp=d7a1070383bcf40d32c7f10e535ba443209dedef;p=nfs-utils.git Steinar Gunderson reports: "It seems retry= is now additive with the text-based mount interface. In particular, "mount -o retry=0" still gives a two-minute timeout." Correct the bug and make retry= option parsing more robust. If parsing the retry option fails, the option is ignored and a default timeout is used. Note that currently the kernel parser ignores the "retry=" option if the value is a number. If the value contains other characters, the kernel will choke. A subsequent patch to the kernel will allow any characters as the value of the retry option (excepting of course ","). Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---