From: majianpeng Date: Wed, 24 Apr 2013 01:42:41 +0000 (+1000) Subject: md/raid5: Change or of some order to improve efficiency. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~89^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f608040ce6cf37475dd2f6f3c97b009dab7c1d1;p=pandora-kernel.git md/raid5: Change or of some order to improve efficiency. As the function call is the most expensive of these tests it should be done later in the chain so that it can be avoided in some cases. Signed-off-by: Jianpeng Ma Signed-off-by: NeilBrown --- Reading git-diff-tree failed