diff options
author | Wynn Wolf Arbor | 2020-02-16 10:32:33 +0000 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-08-07 15:30:27 +0000 |
commit | 56beca690a4e475d191ef2b17f8cdb20d8477fed (patch) | |
tree | d6ae81c432ac573eccf160cf3f7d0db734281dab /fragments | |
parent | d1c3ae8029bc3964c0288ec1802ff90b464358d7 (diff) | |
download | kernfrag-56beca690a4e475d191ef2b17f8cdb20d8477fed.tar.gz |
Remove CONFIG_CIFS_ACL
This option is now contained in CIFS_POSIX
Diffstat (limited to 'fragments')
-rw-r--r-- | fragments/fs/cifs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fragments/fs/cifs b/fragments/fs/cifs index 2512c7c..db7c27a 100644 --- a/fragments/fs/cifs +++ b/fragments/fs/cifs @@ -1,4 +1,3 @@ CONFIG_CIFS=y CONFIG_CIFS_XATTR=y CONFIG_CIFS_POSIX=y -CONFIG_CIFS_ACL=y |