From: Kiyoshi Ueda Date: Sat, 6 Mar 2010 02:29:59 +0000 (+0000) Subject: dm mpath: avoid storing private suspended state X-Git-Tag: v2.6.34-rc1~24^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fce323dd68e13354071538c765b062859e6f8286;p=pandora-kernel.git 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 Signed-off-by: Jun'ichi Nomura Cc: Mike Anderson Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed