3
0
Fork 0
forked from mirrors/nixpkgs

linux 3.2-3.7: enable NFS_FSCACHE and CIFS_FSCACHE

NFS_FSCACHE and CIFS_FSCACHE are required to enable the local cache support for
NFS and CIFS (the 'fsc' mount option). The reasoning for enabling it from 3.2
and forward is that at least Ubuntu 12.04 (linux 3.2) has it turned on. Could
probably be enabled for earlier kernels too.
This commit is contained in:
Rickard Nilsson 2013-01-09 16:11:16 +01:00
parent a628b4b0e4
commit 97d6292deb
6 changed files with 12 additions and 0 deletions

View file

@ -146,8 +146,10 @@ let
NFSD_V3 y
NFSD_V3_ACL y
NFSD_V4 y
NFS_FSCACHE y
CIFS_XATTR y
CIFS_POSIX y
CIFS_FSCACHE y
# Security related features.
STRICT_DEVMEM y # Filter access to /dev/mem

View file

@ -146,8 +146,10 @@ let
NFSD_V3 y
NFSD_V3_ACL y
NFSD_V4 y
NFS_FSCACHE y
CIFS_XATTR y
CIFS_POSIX y
CIFS_FSCACHE y
# Security related features.
STRICT_DEVMEM y # Filter access to /dev/mem

View file

@ -148,8 +148,10 @@ let
NFSD_V3 y
NFSD_V3_ACL y
NFSD_V4 y
NFS_FSCACHE y
CIFS_XATTR y
CIFS_POSIX y
CIFS_FSCACHE y
# Security related features.
STRICT_DEVMEM y # Filter access to /dev/mem

View file

@ -148,8 +148,10 @@ let
NFSD_V3 y
NFSD_V3_ACL y
NFSD_V4 y
NFS_FSCACHE y
CIFS_XATTR y
CIFS_POSIX y
CIFS_FSCACHE y
# Security related features.
STRICT_DEVMEM y # Filter access to /dev/mem

View file

@ -148,8 +148,10 @@ let
NFSD_V3 y
NFSD_V3_ACL y
NFSD_V4 y
NFS_FSCACHE y
CIFS_XATTR y
CIFS_POSIX y
CIFS_FSCACHE y
# Security related features.
STRICT_DEVMEM y # Filter access to /dev/mem

View file

@ -148,8 +148,10 @@ let
NFSD_V3 y
NFSD_V3_ACL y
NFSD_V4 y
NFS_FSCACHE y
CIFS_XATTR y
CIFS_POSIX y
CIFS_FSCACHE y
# Security related features.
STRICT_DEVMEM y # Filter access to /dev/mem