From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Date: Fri, 10 Oct 2014 11:19:06 -0400 Subject: [Cluster-devel] [PATCH] block: free q->flush_rq in blk_init_allocated_queue error paths In-Reply-To: <1412951028-4085-3-git-send-email-jack@suse.cz> References: <1412951028-4085-1-git-send-email-jack@suse.cz> <1412951028-4085-3-git-send-email-jack@suse.cz> Message-ID: <20141010151906.GB8874@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, Oct 10, 2014 at 04:23:07PM +0200, Jan Kara wrote: > From: Dave Jones > > 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 Um, This got applied months ago. Dave