From: Chris Mason Date: Fri, 21 Aug 2015 17:05:39 +0000 (-0700) Subject: btrfs: fix compile when block cgroups are not enabled X-Git-Tag: omap-for-v4.3/fixes-rc1~86^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a9508b0221dfd290b95fb0ab199958fe078bbdf;p=pandora-kernel.git btrfs: fix compile when block cgroups are not enabled bio->bi_css and bio->bi_ioc don't exist when block cgroups are not on. This adds an ifdef around them. It's not perfect, but our use of bi_ioc is being removed in the 4.3 merge window. The bi_css usage really should go into bio_clone, but I want to make sure that doesn't introduce problems for other bio_clone use cases. Signed-off-by: Chris Mason --- Reading git-diff-tree failed