commit | a71a261f5c39685698f7f1970dc7046b36e132d1 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Oct 12 16:59:42 2012 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Oct 12 16:59:42 2012 +0100 |
tree | da8d0847828584d2788244d07c33a4422e489e50 | |
parent | ce40be7a820bb393ac4ac69865f018d2f4038cf0 [diff] |
dm mpath: fix check for null mpio in end_io fn The mpio dereference should be moved below the BUG_ON NULL test in multipath_end_io(). spatch with a semantic match was used to found this. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Alasdair G Kergon <agk@redhat.com>