[rt] md: Disable BCACHE, as it fails to build

svn path=/dists/sid/linux/; revision=20453
This commit is contained in:
Ben Hutchings 2013-08-07 20:31:29 +00:00
parent b888e2c5a2
commit bb5207710b
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -81,6 +81,7 @@ linux (3.10.5-1) UNRELEASED; urgency=low
* [rt] Update to 3.10.4-rt1 and reenable
* [rt] genpatch.py: Fix parsing of upstream patches with no header
* aufs: Update to aufs3.10-20130805
* [rt] md: Disable BCACHE, as it fails to build
-- Ben Hutchings <ben@decadent.org.uk> Tue, 30 Jul 2013 18:09:20 +0200

View File

@ -6,3 +6,6 @@ CONFIG_WAKEUP_LATENCY_HIST=y
## disable aufs as it's not needed on rt and conflicts with fs-dentry-use-seqlock.patch
# CONFIG_AUFS_FS is not set
## disable bcache as it uses {down,up}_read_non_owner() which don't exist on rt
# CONFIG_BCACHE is not set