From: Mikulas Patocka Date: Fri, 21 Dec 2012 20:23:32 +0000 (+0000) Subject: dm raid1: remove impossible mempool_alloc error test X-Git-Tag: v3.8-rc1~3^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c27213b20f060111d5b6fa14bcdbab6588ae351;p=pandora-kernel.git dm raid1: remove impossible mempool_alloc error test mempool_alloc can't fail if __GFP_WAIT is specified, so the condition that tests if read_record is non-NULL is always true. Signed-off-by: Mikulas Patocka Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed