From: Jens Axboe Date: Sat, 10 Sep 2005 12:17:10 +0000 (+0200) Subject: [PATCH] cfq-iosched: reverse bad reference count fix X-Git-Tag: v2.6.14-rc1~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35797132b311b3b7d4add48393b0a03f3566cbc1;p=pandora-kernel.git [PATCH] cfq-iosched: reverse bad reference count fix The reference count fix merged isn't fully bug free. It doesn't leak now, but instead it crashes due to looking at freed memory. So for now, lets reverse the change and I'll fix it for real next week. Signed-off-by: Jens Axboe Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed