diff options
author | Steve French <stfrench@microsoft.com> | 2023-05-22 05:52:04 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-05-24 23:29:21 +0200 |
commit | bf8a352d4997147b1e63020ed17cb4ee94392608 (patch) | |
tree | 3c0bb0ca90412de24381716c38959d04aa71a0af /fs/smb/server/smbstatus.h | |
parent | smb: move client and server files to common directory fs/smb (diff) | |
download | linux-bf8a352d4997147b1e63020ed17cb4ee94392608.tar.xz linux-bf8a352d4997147b1e63020ed17cb4ee94392608.zip |
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.
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
-rw-r--r-- | fs/smb/server/smbstatus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smb/server/smbstatus.h b/fs/smb/server/smbstatus.h index 108a8b6ed24a..8963deb42404 100644 --- a/fs/smb/server/smbstatus.h +++ b/fs/smb/server/smbstatus.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * fs/cifs/smb2status.h + * fs/server/smb2status.h * * SMB2 Status code (network error) definitions * Definitions are from MS-ERREF |