]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] md: raid1_quiesce is back to front, fix it.
authorNeilBrown <neilb@cse.unsw.edu.au>
Fri, 9 Sep 2005 23:23:48 +0000 (16:23 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 23:39:10 +0000 (16:39 -0700)
commit7f27157f169891c61ee767b3da8055d8dc756023
tree6c915e6a181d0eef4a67c879e4adc899d336a34d
parentb0d0ec333af021f4d8c3a5eb141cb43d597bd0f9
[PATCH] md: raid1_quiesce is back to front, fix it.

A state of 0 mean 'not quiesced'
A state of 1 means 'is quiesced'

The original code got this wrong.

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>
drivers/md/raid1.c