From: Chuck Lever Date: Wed, 4 Mar 2009 21:29:29 +0000 (-0500) Subject: nfs(5): document new [no]resvport option X-Git-Tag: nfs-utils-1-1-5~11 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=0417c70889eb6ee8e009ceeeca398ea8e563bbcc;ds=sidebyside nfs(5): document new [no]resvport option Kernel 2.6.25 deprecates intr/nointr. Reflect this change in nfs(5). Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index ad2a14d..13de524 100644 --- a/utils/mount/nfs.man +++ b/utils/mount/nfs.man @@ -612,6 +612,13 @@ Using the option is preferred to using the .B soft option because it is significantly less likely to result in data corruption. +.IP +The +.BR intr " / " nointr +mount option is deprecated after kernel 2.6.25. +Only SIGKILL can interrupt a pending NFS operation on these kernels, +and if specified, this mount option is ignored to provide backwards +compatibility with older kernels. .TP 1.5i .BR cto " / " nocto Selects whether to use close-to-open cache coherence semantics. @@ -706,6 +713,13 @@ Using the option is preferred to using the .B soft option because it is significantly less likely to result in data corruption. +.IP +The +.BR intr " / " nointr +mount option is deprecated after kernel 2.6.25. +Only SIGKILL can interrupt a pending NFS operation on these kernels, +and if specified, this mount option is ignored to provide backwards +compatibility with older kernels. .TP 1.5i .BR cto " / " nocto Selects whether to use close-to-open cache coherence semantics