commit | 7dd5d34c6c2da04e8cd0732e08b33cd3359e4bae | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Fri Jan 06 00:20:39 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jan 06 08:34:07 2006 -0800 |
tree | a2272fd63abc351e8f07ad771b0abd077cc91145 | |
parent | 097426f689f179747f3cd6b4749eb2a6b605702d [diff] |
[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>