[PATCH][2.6][Trivial] NFS Kconfig description correction

From: Jesper Juhl
Date: Thu Aug 05 2004 - 17:51:42 EST



This is a resend of a trivial patch I've submitted earlier.

In the kernel help for NFSv3 & NFSv4 client support both are listed as
"the newer version ... of the NFS protocol".
Obviously both can't be the newer version at the same time, so here's a
patch to correct the text in such a way that only v4 is listed as the
newer version. Patch is against 2.6.8-rc3-mm1 - please consider applying.

Signed-off-by: Jesper Juhl <juhl-lkml@xxxxxx>

diff -up linux-2.6.8-rc3-mm1-orig/fs/Kconfig linux-2.6.8-rc3-mm1/fs/Kconfig
--- linux-2.6.8-rc3-mm1-orig/fs/Kconfig 2004-08-05 21:51:38.000000000 +0200
+++ linux-2.6.8-rc3-mm1/fs/Kconfig 2004-08-05 21:55:26.000000000 +0200
@@ -1358,8 +1358,8 @@ config NFS_V3
bool "Provide NFSv3 client support"
depends on NFS_FS
help
- Say Y here if you want your NFS client to be able to speak the newer
- version 3 of the NFS protocol.
+ Say Y here if you want your NFS client to be able to speak version
+ 3 of the NFS protocol.

If unsure, say Y.



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/