| commit | 14f8d26b8ea3413b28f2cac208c9a93600fe3a80 | [log] [tgz] |
|---|---|---|
| author | NeilBrown <neilb@suse.de> | Fri Jan 06 00:20:14 2006 -0800 |
| committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jan 06 08:34:02 2006 -0800 |
| tree | c52409db0f8c457683add609367976dfef645b8f | |
| parent | 0a27ec96b6fb1abf867e36d7b0b681d67588767a [diff] |
[PATCH] md: small cleanups for raid5
Resync code:
A test that isn't needed,
a 'compute_block' that makes more sense
elsewhere (And then doesn't need a test),
a couple of BUG_ONs to confirm the change makes sense.
Printks:
A few were missing KERN_*
Also fix a typo in a comment..
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>