[PATCH] cfq-iosched: reverse bad reference count fix
authorJens Axboe <axboe@suse.de>
Sat, 10 Sep 2005 12:17:10 +0000 (14:17 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:15:12 +0000 (10:15 -0700)
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 <axboe@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found