commit | 2adc7d47c4dbf684e69ee3980c158ff684dc170e | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Sat May 20 14:59:57 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun May 21 12:59:17 2006 -0700 |
tree | ec4d2891f17b67c91f29d8b748ae49b9ef39a3e7 | |
parent | 8c7b389e532e964f07057dac8a56c43465544759 [diff] |
[PATCH] md: Fix inverted test for 'repair' directive. We should be able to write 'repair' to /sys/block/mdX/md/sync_action, however due to and inverted test, that always given EINVAL. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>