Skip to content

Commit 6f04025

Browse files
ZhangGuoDongsmfrench
authored andcommitted
smb: update some doc references
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>
1 parent 7d0bf05 commit 6f04025

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

fs/smb/client/smb2pdu.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ struct smb2_file_reparse_point_info {
224224
__le32 Tag;
225225
} __packed;
226226

227-
/* See MS-FSCC 2.4.21 */
227+
/* See MS-FSCC 2.4.26 */
228228
struct smb2_file_id_information {
229229
__le64 VolumeSerialNumber;
230230
__u64 PersistentFileId; /* opaque endianness */
@@ -251,7 +251,10 @@ struct smb2_file_id_extd_directory_info {
251251

252252
extern char smb2_padding[7];
253253

254-
/* equivalent of the contents of SMB3.1.1 POSIX open context response */
254+
/*
255+
* See POSIX-SMB2 2.2.14.2.16
256+
* Link: https://gitlab.com/samba-team/smb3-posix-spec/-/blob/master/smb3_posix_extensions.md
257+
*/
255258
struct create_posix_rsp {
256259
u32 nlink;
257260
u32 reparse_tag;

fs/smb/server/smb2pdu.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ struct create_durable_rsp {
8383
} Data;
8484
} __packed;
8585

86-
/* equivalent of the contents of SMB3.1.1 POSIX open context response */
86+
/*
87+
* See POSIX-SMB2 2.2.14.2.16
88+
* Link: https://gitlab.com/samba-team/smb3-posix-spec/-/blob/master/smb3_posix_extensions.md
89+
*/
8790
struct create_posix_rsp {
8891
struct create_context_hdr ccontext;
8992
__u8 Name[16];

0 commit comments

Comments
 (0)