From: NeilBrown Date: Thu, 14 Nov 2013 06:54:51 +0000 (+1100) Subject: md: fix some places where mddev_lock return value is not checked. X-Git-Tag: v3.13-rc1~31^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f097c4d968021ee4fad1b033be5825ff78330e;p=pandora-kernel.git md: fix some places where mddev_lock return value is not checked. Sometimes we need to lock and mddev and cannot cope with failure due to interrupt. In these cases we should use mutex_lock, not mutex_lock_interruptible. Signed-off-by: NeilBrown --- Reading git-diff-tree failed