From bb5207710bc3330edd4beeda296e44229739b957 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 7 Aug 2013 20:31:29 +0000 Subject: [PATCH] [rt] md: Disable BCACHE, as it fails to build svn path=/dists/sid/linux/; revision=20453 --- debian/changelog | 1 + debian/config/featureset-rt/config | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index fa72b5688..bbc214d08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 30 Jul 2013 18:09:20 +0200 diff --git a/debian/config/featureset-rt/config b/debian/config/featureset-rt/config index 247fe31b6..2dd74fe6f 100644 --- a/debian/config/featureset-rt/config +++ b/debian/config/featureset-rt/config @@ -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