mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
cifsd: fix build warnings from cifsd.rst
Stephen reported a build warnings from cifsd.rst: Documentation/filesystems/cifs/cifsd.rst:13: WARNING: Inline substitution_reference start-string without end-string. Documentation/filesystems/cifs/cifsd.rst:14: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/filesystems/cifs/cifsd.rst:14: WARNING: Inline substitution_reference start-string without end-string. Documentation/filesystems/cifs/cifsd.rst:18: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/filesystems/cifs/cifsd.rst:23: WARNING: Inline substitution_reference start-string without end-string. Documentation/filesystems/cifs/cifsd.rst:23: WARNING: Inline substitution_reference start-string without end-string. Documentation/filesystems/cifs/cifsd.rst:24: WARNING: Inline substitution_reference start-string without end-string. Documentation/filesystems/cifs/cifsd.rst:25: WARNING: Definition list ends without a blank line; unexpected unindent. Documentation/filesystems/cifs/cifsd.rst:28: WARNING: Unexpected indentation. Documentation/filesystems/cifs/cifsd.rst:31: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/filesystems/cifs/cifsd.rst:38: WARNING: Unexpected indentation. Documentation/filesystems/cifs/cifsd.rst:32: WARNING: Inline substitution_reference start-string without end-string. Documentation/filesystems/cifs/cifsd.rst:32: WARNING: Inline substitution_reference start-string without end-string. Documentation/filesystems/cifs/cifsd.rst:39: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/filesystems/cifs/cifsd.rst:14: WARNING: Undefined substitution referenced: "--- ksmbd/3 - Client 3 |-------". Documentation/filesystems/cifs/cifsd.rst:0: WARNING: Undefined substitution referenced: "____________________________________________________". Documentation/filesystems/cifs/cifsd.rst:25: WARNING: Undefined substitution referenced: "--- ksmbd/0(forker kthread) ---------------|". Documentation/filesystems/cifs/cifsd.rst:32: WARNING: Undefined substitution referenced: "______________________________________________". Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
b24c933580
commit
269d3feec1
1 changed files with 0 additions and 28 deletions
|
@ -10,34 +10,6 @@ for sharing files over network.
|
|||
CIFSD architecture
|
||||
==================
|
||||
|
||||
|--- ...
|
||||
--------|--- ksmbd/3 - Client 3
|
||||
|-------|--- ksmbd/2 - Client 2
|
||||
| | ____________________________________________________
|
||||
| | |- Client 1 |
|
||||
<--- Socket ---|--- ksmbd/1 <<= Authentication : NTLM/NTLM2, Kerberos |
|
||||
| | | | <<= SMB engine : SMB2, SMB2.1, SMB3, SMB3.0.2, |
|
||||
| | | | SMB3.1.1 |
|
||||
| | | |____________________________________________________|
|
||||
| | |
|
||||
| | |--- VFS --- Local Filesystem
|
||||
| |
|
||||
KERNEL |--- ksmbd/0(forker kthread)
|
||||
---------------||---------------------------------------------------------------
|
||||
USER ||
|
||||
|| communication using NETLINK
|
||||
|| ______________________________________________
|
||||
|| | |
|
||||
ksmbd.mountd <<= DCE/RPC(srvsvc, wkssvc, smar, lsarpc) |
|
||||
^ | <<= configure shares setting, user accounts |
|
||||
| |______________________________________________|
|
||||
|
|
||||
|------ smb.conf(config file)
|
||||
|
|
||||
|------ ksmbdpwd.db(user account/password file)
|
||||
^
|
||||
ksmbd.adduser ---------------|
|
||||
|
||||
The subset of performance related operations belong in kernelspace and
|
||||
the other subset which belong to operations which are not really related with
|
||||
performance in userspace. So, DCE/RPC management that has historically resulted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue