]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
smb: update some doc references
authorZhangGuoDong <zhangguodong@kylinos.cn>
Wed, 25 Feb 2026 04:10:59 +0000 (04:10 +0000)
committerSteve French <stfrench@microsoft.com>
Sun, 1 Mar 2026 23:59:52 +0000 (17:59 -0600)
To make it easier to locate the documentation during development.

Signed-off-by: ZhangGuoDong <zhangguodong@kylinos.cn>
Reviewed-by: ChenXiaoSong <chenxiaosong@kylinos.cn>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb2pdu.h
fs/smb/server/smb2pdu.h

index 78bb99f29d38c37999b7e9cc103078a705ebb3c8..30d70097fe2fad386a356255188e6d235856cadd 100644 (file)
@@ -224,7 +224,7 @@ struct smb2_file_reparse_point_info {
        __le32 Tag;
 } __packed;
 
-/* See MS-FSCC 2.4.21 */
+/* See MS-FSCC 2.4.26 */
 struct smb2_file_id_information {
        __le64  VolumeSerialNumber;
        __u64  PersistentFileId; /* opaque endianness */
@@ -251,7 +251,10 @@ struct smb2_file_id_extd_directory_info {
 
 extern char smb2_padding[7];
 
-/* equivalent of the contents of SMB3.1.1 POSIX open context response */
+/*
+ * See POSIX-SMB2 2.2.14.2.16
+ * Link: https://gitlab.com/samba-team/smb3-posix-spec/-/blob/master/smb3_posix_extensions.md
+ */
 struct create_posix_rsp {
        u32 nlink;
        u32 reparse_tag;
index 257c6d26df264e482b14dc93e63725b135006fcf..8b6eafb70dca041534121a6150e935b766be21ca 100644 (file)
@@ -83,7 +83,10 @@ struct create_durable_rsp {
        } Data;
 } __packed;
 
-/* equivalent of the contents of SMB3.1.1 POSIX open context response */
+/*
+ * See POSIX-SMB2 2.2.14.2.16
+ * Link: https://gitlab.com/samba-team/smb3-posix-spec/-/blob/master/smb3_posix_extensions.md
+ */
 struct create_posix_rsp {
        struct create_context_hdr ccontext;
        __u8    Name[16];