From: NeilBrown Date: Sun, 10 Dec 2006 10:20:50 +0000 (-0800) Subject: [PATCH] md: remove some old ifdefed-out code from raid5.c X-Git-Tag: v2.6.20-rc1~145^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c6b645563d641df91fdcfd84a9c73c91d75b61;p=pandora-kernel.git [PATCH] md: remove some old ifdefed-out code from raid5.c There are some vestiges of old code that was used for bypassing the stripe cache on reads in raid5.c. This was never updated after the change from buffer_heads to bios, but was left as a reminder. That functionality has nowe been implemented in a completely different way, so the old code can go. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed