disable fscache for cifs (#656498)

This commit is contained in:
Kyle McMartin 2010-11-24 16:34:04 -05:00
parent 1f26442712
commit a92338bddd
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1992,6 +1992,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)