[kernel] disable fscache for cifs (#656498)

Kyle McMartin kyle at fedoraproject.org
Wed Nov 24 21:34:08 UTC 2010


commit a92338bddd9e14352f0f00a5addf242e1a1c54cf
Author: Kyle McMartin <kyle at mcmartin.ca>
Date:   Wed Nov 24 16:34:04 2010 -0500

    disable fscache for cifs (#656498)

 config-generic |    2 +-
 kernel.spec    |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index 67c580f..28597be 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 92bfc3d..dc2cfa8 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1993,6 +1993,9 @@ fi
 
 %changelog
 * Wed Nov 24 2010 Kyle McMartin <kyle at redhat.com>
+- Disable FSCACHE for CIFS until issues are addressed. (#656498)
+
+* Wed Nov 24 2010 Kyle McMartin <kyle at redhat.com>
 - drm/radeon/kms: MC vram map needs to be >= pci aperture size (fdo#28402)
 
 * Wed Nov 24 2010 Kyle McMartin <kyle at redhat.com>


More information about the scm-commits mailing list