summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/mount/nfs.man14
1 files changed, 14 insertions, 0 deletions
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