Skip to content

Commit

Permalink
linux-4.14.94: Remove CONFIG_CIFS_POSIX
Browse files Browse the repository at this point in the history
CONFIG_CIFS_POSIX now depends on CIFS_ALLOW_INSECURE_LEGACY:

    commit ab9697222a1da17b6a4e909fab554b6ae5691789
    Author: Steve French <stfrench@microsoft.com>
    Date:   Sat Nov 3 15:02:44 2018 -0500

    cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)

    [ Upstream commit 6e785302dad32228819d8066e5376acd15d0e6ba ]

    Missing a dependency.  Shouldn't show cifs posix extensions
    in Kconfig if CONFIG_CIFS_ALLOW_INSECURE_DIALECTS (ie SMB1
    protocol) is disabled.

Remove CONFIG_CIFS_POSIX.
  • Loading branch information
donald committed Jan 17, 2019
1 parent 6196fc1 commit a9caeb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linux-4.14.94-239.bee
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,6 @@ mee_configure() {
CONFIG_CIFS=m
CONFIG_CIFS_STATS=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
Expand Down

0 comments on commit a9caeb1

Please sign in to comment.