From: Markus Stockhausen Date: Sat, 23 Aug 2014 10:19:27 +0000 (+1000) Subject: md/raid5: fix init_stripe() inconsistencies X-Git-Tag: omap-for-v3.19/prcm-cleanup~52^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8e6a15a1af9b1c203002e7768e60136c4e0e5c6;p=pandora-kernel.git md/raid5: fix init_stripe() inconsistencies raid5: fix init_stripe() inconsistencies 1) remove_hash() is not necessary. We will only be called right after get_free_stripe(). There we have already a call to remove_hash(). 2) Tracing prints out the sector of the freed stripe and not the sector that we want to initialize. Signed-off-by: NeilBrown --- Reading git-diff-tree failed