[PATCH] elevator: fixup typo in merge logic
authorJens Axboe <jens.axboe@oracle.com>
Thu, 21 Dec 2006 20:20:01 +0000 (21:20 +0100)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 22 Dec 2006 06:01:04 +0000 (22:01 -0800)
commitbb4067e34159648d394943d5e2a011f838bff22f
treea0b549c57fa72686b9d05e7ee3440fa5c70902d6
parent3e67c0987d7567ad666641164a153dca9a43b11d
[PATCH] elevator: fixup typo in merge logic

The recent io scheduler allow_merge commit left the block layer with
no merging, oops. This patch fixes that up.

That means the CFQ change needs to be verified again, it might not fix
the original bug now.  But that's a seperate thing, I'll double check
that tomorrow.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
block/elevator.c