commit | a757e64cfa400391041ed7953f0290c34a820c93 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@cse.unsw.edu.au> | Sat Apr 16 15:26:42 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 16 15:26:42 2005 -0700 |
tree | 73214a96945eb017e33c0f732ad0f1e8d10c2e8e | |
parent | d28446fe2d87ea344c14741c39962dcc7aee5c78 [diff] |
[PATCH] md: remove a number of misleading calls to MD_BUG The conditions that cause these calls to MD_BUG are not kernel bugs, just oddities in what userspace is asking for. Also convert analyze_sbs to return void, and the value it returned was always 0. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>