[PATCH] md: small cleanups for raid5
authorNeilBrown <neilb@suse.de>
Fri, 6 Jan 2006 08:20:14 +0000 (00:20 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:34:02 +0000 (08:34 -0800)
commit14f8d26b8ea3413b28f2cac208c9a93600fe3a80
treec52409db0f8c457683add609367976dfef645b8f
parent0a27ec96b6fb1abf867e36d7b0b681d67588767a
[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>
drivers/md/raid5.c