Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cifs: correct references in Documentation to old fs/cifs path

The fs/cifs directory has moved to fs/smb/client, correct mentions
of this in Documentation and comments.

Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>

+10 -10
+2 -2
Documentation/admin-guide/cifs/changes.rst
··· 5 5 See https://wiki.samba.org/index.php/LinuxCIFSKernel for summary 6 6 information about fixes/improvements to CIFS/SMB2/SMB3 support (changes 7 7 to cifs.ko module) by kernel version (and cifs internal module version). 8 - This may be easier to read than parsing the output of "git log fs/cifs" 9 - by release. 8 + This may be easier to read than parsing the output of 9 + "git log fs/smb/client" by release.
+4 -4
Documentation/admin-guide/cifs/usage.rst
··· 45 45 46 46 If you have built the CIFS vfs as module (successfully) simply 47 47 type ``make modules_install`` (or if you prefer, manually copy the file to 48 - the modules directory e.g. /lib/modules/2.4.10-4GB/kernel/fs/cifs/cifs.ko). 48 + the modules directory e.g. /lib/modules/6.3.0-060300-generic/kernel/fs/smb/client/cifs.ko). 49 49 50 50 If you have built the CIFS vfs into the kernel itself, follow the instructions 51 51 for your distribution on how to install a new kernel (usually you ··· 66 66 and maximum number of simultaneous requests to one server can be configured. 67 67 Changing these from their defaults is not recommended. By executing modinfo:: 68 68 69 - modinfo kernel/fs/cifs/cifs.ko 69 + modinfo <path to cifs.ko> 70 70 71 - on kernel/fs/cifs/cifs.ko the list of configuration changes that can be made 71 + on kernel/fs/smb/client/cifs.ko the list of configuration changes that can be made 72 72 at module initialization time (by running insmod cifs.ko) can be seen. 73 73 74 74 Recommendations 75 75 =============== 76 76 77 - To improve security the SMB2.1 dialect or later (usually will get SMB3) is now 77 + To improve security the SMB2.1 dialect or later (usually will get SMB3.1.1) is now 78 78 the new default. To use old dialects (e.g. to mount Windows XP) use "vers=1.0" 79 79 on mount (or vers=2.0 for Windows Vista). Note that the CIFS (vers=1.0) is 80 80 much older and less secure than the default dialect SMB3 which includes
+1 -1
Documentation/filesystems/cifs/cifsroot.rst
··· 59 59 Enables the kernel to mount the root file system via SMB that are 60 60 located in the <server-ip> and <share> specified in this option. 61 61 62 - The default mount options are set in fs/cifs/cifsroot.c. 62 + The default mount options are set in fs/smb/client/cifsroot.c. 63 63 64 64 server-ip 65 65 IPv4 address of the server.
+1 -1
Documentation/userspace-api/ioctl/ioctl-number.rst
··· 363 363 0xCC 00-0F drivers/misc/ibmvmc.h pseries VMC driver 364 364 0xCD 01 linux/reiserfs_fs.h 365 365 0xCE 01-02 uapi/linux/cxl_mem.h Compute Express Link Memory Devices 366 - 0xCF 02 fs/cifs/ioctl.c 366 + 0xCF 02 fs/smb/client/cifs_ioctl.h 367 367 0xDB 00-0F drivers/char/mwave/mwavepub.h 368 368 0xDD 00-3F ZFCP device driver see drivers/s390/scsi/ 369 369 <mailto:aherrman@de.ibm.com>
+1 -1
fs/smb/server/smbfsctl.h
··· 1 1 /* SPDX-License-Identifier: LGPL-2.1+ */ 2 2 /* 3 - * fs/cifs/smbfsctl.h: SMB, CIFS, SMB2 FSCTL definitions 3 + * fs/smb/server/smbfsctl.h: SMB, CIFS, SMB2 FSCTL definitions 4 4 * 5 5 * Copyright (c) International Business Machines Corp., 2002,2009 6 6 * Author(s): Steve French (sfrench@us.ibm.com)
+1 -1
fs/smb/server/smbstatus.h
··· 1 1 /* SPDX-License-Identifier: LGPL-2.1+ */ 2 2 /* 3 - * fs/cifs/smb2status.h 3 + * fs/server/smb2status.h 4 4 * 5 5 * SMB2 Status code (network error) definitions 6 6 * Definitions are from MS-ERREF