From 0417c70889eb6ee8e009ceeeca398ea8e563bbcc Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Wed, 4 Mar 2009 16:29:29 -0500 Subject: [PATCH] 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 --- utils/mount/nfs.man | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.39.2