From: Dan Williams Date: Wed, 16 Sep 2009 19:11:54 +0000 (-0700) Subject: md/raid6: eliminate BUG_ON with side effect X-Git-Tag: v2.6.32-rc1~60^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d6e4ecc87d20299bcb249dd62efbd73496744c3;p=pandora-kernel.git md/raid6: eliminate BUG_ON with side effect As pointed out by Neil it should be possible to build a driver with all BUG_ON statements deleted. It's bad form to have a BUG_ON with a side effect. Signed-off-by: Dan Williams --- Reading git-diff-tree failed