mirror of
https://abf.rosa.ru/djam/kernel-6.7-xanmod.git
synced 2025-02-24 17:42:49 +00:00
Enabled support for SMB2, SMB3 as well as FS cache for CIFS
This commit is contained in:
parent
1ecfcf2705
commit
779aaf6307
2 changed files with 6 additions and 4 deletions
|
@ -7817,8 +7817,9 @@ CONFIG_CIFS_ACL=y
|
||||||
CONFIG_CIFS_DEBUG=y
|
CONFIG_CIFS_DEBUG=y
|
||||||
# CONFIG_CIFS_DEBUG2 is not set
|
# CONFIG_CIFS_DEBUG2 is not set
|
||||||
CONFIG_CIFS_DFS_UPCALL=y
|
CONFIG_CIFS_DFS_UPCALL=y
|
||||||
# CONFIG_CIFS_SMB2 is not set
|
CONFIG_CIFS_SMB2=y
|
||||||
# CONFIG_CIFS_FSCACHE is not set
|
CONFIG_CIFS_FSCACHE=y
|
||||||
|
# CONFIG_CIFS_SMB311 is not set
|
||||||
CONFIG_NCP_FS=m
|
CONFIG_NCP_FS=m
|
||||||
CONFIG_NCPFS_PACKET_SIGNING=y
|
CONFIG_NCPFS_PACKET_SIGNING=y
|
||||||
# CONFIG_NCPFS_IOCTL_LOCKING is not set
|
# CONFIG_NCPFS_IOCTL_LOCKING is not set
|
||||||
|
|
|
@ -7631,8 +7631,9 @@ CONFIG_CIFS_ACL=y
|
||||||
CONFIG_CIFS_DEBUG=y
|
CONFIG_CIFS_DEBUG=y
|
||||||
# CONFIG_CIFS_DEBUG2 is not set
|
# CONFIG_CIFS_DEBUG2 is not set
|
||||||
CONFIG_CIFS_DFS_UPCALL=y
|
CONFIG_CIFS_DFS_UPCALL=y
|
||||||
# CONFIG_CIFS_SMB2 is not set
|
CONFIG_CIFS_SMB2=y
|
||||||
# CONFIG_CIFS_FSCACHE is not set
|
CONFIG_CIFS_FSCACHE=y
|
||||||
|
# CONFIG_CIFS_SMB311 is not set
|
||||||
CONFIG_NCP_FS=m
|
CONFIG_NCP_FS=m
|
||||||
CONFIG_NCPFS_PACKET_SIGNING=y
|
CONFIG_NCPFS_PACKET_SIGNING=y
|
||||||
# CONFIG_NCPFS_IOCTL_LOCKING is not set
|
# CONFIG_NCPFS_IOCTL_LOCKING is not set
|
||||||
|
|
Loading…
Add table
Reference in a new issue