Updated version of the patch (smaller now since the SPDX changes were done in the previous patch), and split into two patches to separate out the renaming of the uapi include directory for cifs.. See attached. Rename the smb3/cifs client directory: fs/cifs ---> fs/smbfs_client (and the corresponding include/uapi/linux/cifs ---> include/uapi/linux/smbfs_client) The original idea of renaming to fs/smbfs could have confused the history due to conflicts with an earlier directory of the same name, so use the directory name smbfs_client (this also fits better with the relatively new fs/smbfs_common directory for the shared client/server files). On Mon, Sep 13, 2021 at 12:16 AM Steve French wrote: > > To be more consistent with the source directory name for the > new smb3 server (ksmbd), and to avoid using the word "cifs" > (a very old dialect) when more recent dialects (like SMB3 or > SMB3.1.1) are meant, rename the client directory from > fs/cifs to fs/smbfs. It is already possible to do > "modprobe smb3" or "mount -t smb3 ..." > > Note that this does not rename the module itself (cifs.ko) > although that could be done in a future patch. > > -- > Thanks, > > Steve -- Thanks, Steve