From: Greg Kroah-Hartman Date: Tue, 1 Oct 2013 03:46:36 +0000 (-0700) Subject: staging: lustre: fix bug with LL_MRF_RETURN in loop_make_request X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~526 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de40d1209898884ad5d15a7b5003d13f4f3263d5;p=pandora-kernel.git staging: lustre: fix bug with LL_MRF_RETURN in loop_make_request Turns out that LL_MRF_RETURN is "void" so loop_make_request() would fall through to the error path for a successful call. Either this never matters, or the error path really doesn't do anything. Fix it up to do what the code is written to look like it is doing, if that really is what it should be doing is another story... Cc: Peng Tao Cc: Zhao Hongjiang Cc: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed