]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitdc0a1a05261ed1474e1f154561287f458ffaf529
tree93615a8cbc489a1adb3cca7a3bf7c0e67625e4be
parent7e77eb68aab1daa0a39c96065d16f5ebee83bdbe
[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