From aea494f05a233d0b2bf2f17024c0404ab0443192 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Tue, 22 Apr 2003 20:20:40 +0000 Subject: The wording described "CIFS" as the successor to SMBFS. I changed it to say that "CIFS VFS" was the successor to SMBFS. (This used to be commit d7d48e9d9ddfde7309a7221be3be3eb8243407a7) --- docs/docbook/projdoc/IntroSMB.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docbook/projdoc/IntroSMB.sgml b/docs/docbook/projdoc/IntroSMB.sgml index c1c0ae3293..c1e8eb7364 100644 --- a/docs/docbook/projdoc/IntroSMB.sgml +++ b/docs/docbook/projdoc/IntroSMB.sgml @@ -155,9 +155,9 @@ client file systems for Linux, both available in the Linux kernel itself. - CIFS (Common Internet File System) is the successor to SMB, and is actively being worked - on in the upcoming version of the Linux kernel. The intent of this module is to - provide advanced network file system functionality including support for dfs (heirarchical + CIFS VFS (Common Internet File System Virtual File System) is the successor to SMBFS, and + is actively being worked on in the upcoming version of the Linux kernel. The intent of this module + is to provide advanced network file system functionality including support for dfs (heirarchical name space), secure per-user session establishment, safe distributed caching (oplock), optional packet signing, Unicode and other internationalization improvements, and optional Winbind (nsswitch) integration. -- cgit