Re: [PATCH 11/13] smb: introduce struct create_posix_ctxt_rsp
From: ChenXiaoSong
Date: Tue Dec 09 2025 - 19:39:27 EST
Hi Namjae,
In the POSIX-SMB2 2.2.14.2.16 documentation, the OwnerSID and GroupSID
fields in this structure are flexible members, and how these two SIDs
are defined depends on where the structure is used.
https://gitlab.com/samba-team/smb3-posix-spec/-/blob/master/smb3_posix_extensions.md#2214216-smb2_create_posix_context-response
Thanks,
ChenXiaoSong.
On 12/10/25 8:31 AM, Namjae Jeon wrote:
On Wed, Dec 10, 2025 at 9:13 AM ChenXiaoSong
<chenxiaosong.chenxiaosong@xxxxxxxxx> wrote:
Hi Namjae,
The `create_posix_rsp` structures on the client and server sides differ,
but they share a common part, and only this common part is defined in
POSIX‑SMB2 2.2.14.2.16.
I agree with moving create_posix_rsp struct to common, but doing it
partially feels forced and unnatural.