Commit 10cc3e9a11dc for kernel

commit 10cc3e9a11dc0d5d8450ecf6db99551c867f3203
Merge: 6bb34aff1ebd ab0347e67dac
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Dec 12 21:56:25 2025 +1200

    Merge tag 'v6.19-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

    Pull smb client fixes from Steve French:

     - Fix incorrect error code defines

     - Add missing error code definitions

     - Add parenthesis around NT_STATUS code defines to fix checkpatch
       warnings

     - Remove some duplicated protocol definitions, moving to common code
       shared by client and server

     - Add missing protocol documentation reference (for change notify)

     - Correct struct definition (for duplicate_extents_to_file_ex)

    * tag 'v6.19-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
      smb/client: remove DeviceType Flags and Device Characteristics definitions
      smb: move File Attributes definitions into common/fscc.h
      smb: update struct duplicate_extents_to_file_ex
      smb: move file_notify_information to common/fscc.h
      smb: move SMB2 Notify Action Flags into common/smb2pdu.h
      smb: move notify completion filter flags into common/smb2pdu.h
      smb/client: add parentheses to NT error code definitions containing bitwise OR operator
      smb: add documentation references for smb2 change notify definitions
      smb/client: add 4 NT error code definitions
      smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM value
      smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN value
      smb/client: fix NT_STATUS_NO_DATA_DETECTED value