From fc27691f3537a0df087214322467b642d1f6dedb Mon Sep 17 00:00:00 2001 From: Ming Lei Date: Thu, 1 May 2014 15:12:36 +0800 Subject: [PATCH] block: null_blk: fix use after free entry(cmd->ll_list) may belong to new request once end_cmd() returns, so fix the bug with the patch. Without the change, it is easy to observe oops when doing null_blk(timer) test. Signed-off-by: Ming Lei Signed-off-by: Jens Axboe --- Reading git-format-patch failed