From: Christoph Hellwig Date: Thu, 27 Aug 2015 12:16:54 +0000 (+0200) Subject: dm-mpath, scsi_dh: don't let dm detach device handlers X-Git-Tag: omap-for-v4.3/fixes-rc1~25^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bab0de0274fbe8c8ac92179e6705584c55ed169;p=pandora-kernel.git dm-mpath, scsi_dh: don't let dm detach device handlers While allowing dm-mpath to attach device handlers is a functionality we need for backwards compatibility reason there is no reason to reference count them and detach them if dm-mpath stops using the device for some reason. If the device handler works for the given device it can just stay attached, and we can take the retain_hw_handler codepath. Signed-off-by: Christoph Hellwig Acked-by: Mike Snitzer Acked-by: Hannes Reinecke Signed-off-by: James Bottomley --- Reading git-diff-tree failed