[PATCH] md: remove some old ifdefed-out code from raid5.c
authorNeilBrown <neilb@suse.de>
Sun, 10 Dec 2006 10:20:50 +0000 (02:20 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sun, 10 Dec 2006 17:57:21 +0000 (09:57 -0800)
commitb8c6b645563d641df91fdcfd84a9c73c91d75b61
tree434f057ef1523fa84d8e669661c06db569a2f030
parentfdee8ae4498c48b44c0eac592f9c6ed24c4517c1
[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 <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/raid5.c