From: Jens Axboe Date: Mon, 21 Nov 2005 18:49:41 +0000 (+0100) Subject: [PATCH] as-iosched: remove state assertion in as_add_request() X-Git-Tag: v2.6.15-rc3~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad9ebb391e4cd75837ee608b9c33fcaceda0bc2;p=pandora-kernel.git [PATCH] as-iosched: remove state assertion in as_add_request() Kill the arq->state poison statement in as_add_request(), it can trigger for perfectly valid code that just reuses a request after io completion instead of freeing it and allocating a new one. We probably should introduce a blk_init_request() to start from scratch, but for now just kill it as we will be removing the as specific poisoning soon. Signed-off-by: Jens Axboe Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed