[PATCH] md: add a ->congested_fn function for raid5/6
authorNeilBrown <neilb@suse.de>
Tue, 3 Oct 2006 08:15:56 +0000 (01:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 3 Oct 2006 15:04:18 +0000 (08:04 -0700)
commitf022b2fddd97795bc9333ffb6862eacfa95c6a95
tree93615a8cbc489a1adb3cca7a3bf7c0e67625e4be
parent0d12922823408b26f83b15cae4a4feff4bd22f28
[PATCH] md: add a ->congested_fn function for raid5/6

This is very different from other raid levels and all requests go through a
'stripe cache', and it has congestion management already.

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