]> bbs.cooldavid.org Git - net-next-2.6.git/commit
md/raid6: cleanup ops_run_compute6_2
authorDan Williams <dan.j.williams@intel.com>
Wed, 16 Sep 2009 19:24:54 +0000 (12:24 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 16 Sep 2009 19:24:54 +0000 (12:24 -0700)
commit6c910a78e495b4c1778a8b136b37fe3c05712730
tree46bb72265a9ea354e1bb6b043318e93dbf07df5e
parent2d6e4ecc87d20299bcb249dd62efbd73496744c3
md/raid6: cleanup ops_run_compute6_2

Neil says:
"It is correct as it stands, but the fact that every branch in
 the 'if' part ends with a 'return' isn't immediately obvious,
 so it is clearer if we are explicit about the if / then / else
 structure."

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/md/raid5.c