From: Dave Jones Date: Thu, 20 Mar 2014 21:03:58 +0000 (-0600) Subject: block: free q->flush_rq in blk_init_allocated_queue error paths X-Git-Tag: v3.14-rc8~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=708f04d2abf4e90abee61d9ffb1f165038017ecf;p=pandora-kernel.git block: free q->flush_rq in blk_init_allocated_queue error paths Commit 7982e90c3a57 ("block: fix q->flush_rq NULL pointer crash on dm-mpath flush") moved an allocation to blk_init_allocated_queue(), but neglected to free that allocation on the error paths that follow. Signed-off-by: Dave Jones Acked-by: Mike Snitzer Signed-off-by: Jens Axboe Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed