[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5msVBGuRbv2tEuZWLR6_pSNNaoeihx=CjvgZ7NxwCNqZvA@mail.gmail.com>
Date: Mon, 22 May 2023 11:33:18 -0500
From: Steve French <smfrench@...il.com>
To: CIFS <linux-cifs@...r.kernel.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
samba-technical <samba-technical@...ts.samba.org>,
Namjae Jeon <linkinjeon@...nel.org>,
LKML <linux-kernel@...r.kernel.org>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>
Subject: patches to move ksmbd and cifs under new subdirectory
Following up on the email thread suggestion to move fs/ksmbd and
fs/cifs and fs/smbfs_common all under a common directory fs/smb, here
is an updated
patchset for that (added one small patch).
1) smb3: move Documentation/filesystems/cifs to
Documentation/filesystems/smb
As suggested by Namjae, update the directory for ksmbd/cifs.ko
Documentation.
Documentation/filesystems/cifs contains both server and client information
so its pathname is misleading. In addition, the directory fs/smb
now contains both server and client, so move Documentation/filesystems/cifs
to Documentation/filesystems/smb
Suggested-by: Namjae Jeon <linkinjeon@...nel.org>
2) 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.
3) smb: move client and server files to common directory fs/smb
As suggested by Linus, move CIFS/SMB3 related client and server
files (cifs.ko and ksmbd.ko and helper modules) to new fs/smb subdirectory:
fs/cifs --> fs/smb/client
fs/ksmbd --> fs/smb/server
fs/smbfs_common --> fs/smb/conmon
Thanks,
Steve
View attachment "0002-cifs-correct-references-in-Documentation-to-old-fs-c.patch" of type "text/x-patch" (5631 bytes)
View attachment "0001-smb-move-client-and-server-files-to-common-directory.patch" of type "text/x-patch" (43387 bytes)
View attachment "0003-smb3-move-Documentation-filesystems-cifs-to-Document.patch" of type "text/x-patch" (2161 bytes)
Powered by blists - more mailing lists