From: wangweidong Date: Tue, 15 Oct 2013 03:44:30 +0000 (+0800) Subject: SUNRPC: remove an unnecessary if statement X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~60^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8313164c36473193c8034de643dc32f35a22bf59;p=pandora-kernel.git SUNRPC: remove an unnecessary if statement If req allocated failed just goto out_free, no need to check the 'i < num_prealloc'. There is just code simplification, no functional changes. Signed-off-by: Wang Weidong Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed