]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: rename cifs_common to smbfs_common
authorSteve French <stfrench@microsoft.com>
Thu, 9 Sep 2021 04:59:26 +0000 (23:59 -0500)
committerSteve French <stfrench@microsoft.com>
Thu, 9 Sep 2021 04:59:26 +0000 (23:59 -0500)
commit5bf31790f031dc9eeec7261f0ad12dbf38b598aa
tree862d31c137eb91ea36fcef51ae830dfe9fb7c4cd
parent522bcb15b01d266daee54f76d81ac83d33aa42a4
cifs: rename cifs_common to smbfs_common

As we move to common code between client and server, we have
been asked to make the names less confusing, and refer less
to "cifs" and more to words which include "smb" instead to
e.g. "smbfs" for the client (we already have "ksmbd" for the
kernel server, and "smbd" for the user space Samba daemon).
So to be more consistent in the naming of common code between
client and server and reduce the risk of merge conflicts as
more common code is added - rename "cifs_common" to
"smbfs_common" (in future releases we also will rename
the fs/cifs directory to fs/smbfs)

Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
14 files changed:
fs/Kconfig
fs/Makefile
fs/cifs/cifsencrypt.c
fs/cifs/smbencrypt.c
fs/cifs_common/Makefile [deleted file]
fs/cifs_common/arc4.h [deleted file]
fs/cifs_common/cifs_arc4.c [deleted file]
fs/cifs_common/cifs_md4.c [deleted file]
fs/cifs_common/md4.h [deleted file]
fs/smbfs_common/Makefile [new file with mode: 0644]
fs/smbfs_common/arc4.h [new file with mode: 0644]
fs/smbfs_common/cifs_arc4.c [new file with mode: 0644]
fs/smbfs_common/cifs_md4.c [new file with mode: 0644]
fs/smbfs_common/md4.h [new file with mode: 0644]