[PATCH] md: remove inappropriate limits in md/bitmap configuration.
authorNeilBrown <neilb@suse.de>
Fri, 6 Jan 2006 08:20:39 +0000 (00:20 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:34:07 +0000 (08:34 -0800)
commit7dd5d34c6c2da04e8cd0732e08b33cd3359e4bae
treea2272fd63abc351e8f07ad771b0abd077cc91145
parent097426f689f179747f3cd6b4749eb2a6b605702d
[PATCH] md: remove inappropriate limits in md/bitmap configuration.

The kernel should not be imposing these policy limits: The time between
bitmap updates should certainly be allowed to be more than 15 seconds, and
if someone wants a bitmap chunk size in excess of 4MB, the kernel isn't the
place to stop them.

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/bitmap.c