From: Alex Elder Date: Thu, 9 Aug 2012 17:33:25 +0000 (-0700) Subject: rbd: drop needless test in rbd_rq_fn() X-Git-Tag: v3.7-rc1~90^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f5f65e9d25b0a7270c337a35c724ca3d56f4d8;p=pandora-kernel.git rbd: drop needless test in rbd_rq_fn() There's a test for null rq pointer inside the while loop in rbd_rq_fn() that's not needed. That same test already occurred in the immediatly preceding loop condition test. Signed-off-by: Alex Elder Reviewed-by: Yehuda Sadeh --- Reading git-diff-tree failed