diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-04-02 06:17:04 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-05-11 02:15:37 +0200 |
commit | 9cca7516f4c6373223d6059f1a69548fed74c5ed (patch) | |
tree | 68335e9d01a34cbc9690cb7d259658dc0bfab0a3 /Documentation/filesystems/cifs | |
parent | cifsd: remove wrappers of kvmalloc/kvfree (diff) | |
download | linux-9cca7516f4c6373223d6059f1a69548fed74c5ed.tar.xz linux-9cca7516f4c6373223d6059f1a69548fed74c5ed.zip |
doc: cifsd: change the reference to configuration.txt
added documentation for cifsd. There, it points to a file
named:
Documentation/configuration.txt
This confuses Kernel scripts, as they think that this is a
document within the Kernel tree, instead of a file from
some other place.
Replace it by an hyperlink to the ksmbd-tools tree, in order
to avoid false-positives.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'Documentation/filesystems/cifs')
-rw-r--r-- | Documentation/filesystems/cifs/cifsd.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/cifs/cifsd.rst b/Documentation/filesystems/cifs/cifsd.rst index 48ae58f2a53c..cb9f87b8529f 100644 --- a/Documentation/filesystems/cifs/cifsd.rst +++ b/Documentation/filesystems/cifs/cifsd.rst @@ -114,8 +114,8 @@ How to run # ksmbd.adduser -a <Enter USERNAME for SMB share access> 3. Create /etc/ksmbd/smb.conf file, add SMB share in smb.conf file - - Refer smb.conf.example and Documentation/configuration.txt - in ksmbd-tools + - Refer smb.conf.example and + https://github.com/cifsd-team/ksmbd-tools/blob/master/Documentation/configuration.txt 4. Insert ksmbd.ko module |