diff options
| author | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-24 16:34:04 -0500 |
|---|---|---|
| committer | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-24 16:34:04 -0500 |
| commit | a92338bddd9e14352f0f00a5addf242e1a1c54cf (patch) | |
| tree | 6a234eb1d78298c71f625984a4ffb092baacf5da | |
| parent | 1f26442712c394c62b90e80e27b07b978bfc9cb5 (diff) | |
disable fscache for cifs (#656498)
| -rw-r--r-- | config-generic | 2 | ||||
| -rw-r--r-- | kernel.spec | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/config-generic b/config-generic index 67c580f6..28597be1 100644 --- a/config-generic +++ b/config-generic @@ -3460,7 +3460,7 @@ CONFIG_CIFS_EXPERIMENTAL=y CONFIG_CIFS_UPCALL=y CONFIG_CIFS_XATTR=y CONFIG_CIFS_POSIX=y -CONFIG_CIFS_FSCACHE=y +# CONFIG_CIFS_FSCACHE is not set CONFIG_CIFS_WEAK_PW_HASH=y # CONFIG_CIFS_DEBUG2 is not set CONFIG_CIFS_DFS_UPCALL=y diff --git a/kernel.spec b/kernel.spec index 92bfc3d9..dc2cfa81 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1993,6 +1993,9 @@ fi %changelog * Wed Nov 24 2010 Kyle McMartin <kyle@redhat.com> +- Disable FSCACHE for CIFS until issues are addressed. (#656498) + +* Wed Nov 24 2010 Kyle McMartin <kyle@redhat.com> - drm/radeon/kms: MC vram map needs to be >= pci aperture size (fdo#28402) * Wed Nov 24 2010 Kyle McMartin <kyle@redhat.com> |
