Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <elder@inktank.com> Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>
- Loading branch information