dm mpath: avoid storing private suspended state
authorKiyoshi Ueda <k-ueda@ct.jp.nec.com>
Sat, 6 Mar 2010 02:29:59 +0000 (02:29 +0000)
committerAlasdair G Kergon <agk@redhat.com>
Sat, 6 Mar 2010 02:29:59 +0000 (02:29 +0000)
commitfce323dd68e13354071538c765b062859e6f8286
treea6850c35a5d4954a81ef922eeaed2ee4d69e4b89
parentc53a381efbe3d0e0629121b3f0d2b62a0e167791
dm mpath: avoid storing private suspended state

'suspended' flag in struct multipath was introduced to check whether
the multipath target is in suspended state, but the same check is
done through dm_suspended() now, so remove the flag and related code.

Signed-off-by: Kiyoshi Ueda <k-ueda@ct.jp.nec.com>
Signed-off-by: Jun'ichi Nomura <j-nomura@ce.jp.nec.com>
Cc: Mike Anderson <andmike@linux.vnet.ibm.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-mpath.c