]> git.baikalelectronics.ru Git - kernel.git/commit
elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case too
authorJens Axboe <jaxboe@fusionio.com>
Thu, 21 Apr 2011 17:28:35 +0000 (19:28 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 21 Apr 2011 17:28:35 +0000 (19:28 +0200)
commita5ee04b4d68038050186b42ebd6a963101e9ca14
treef159c777a489c6ac3721ba1f1cadbe2d86b19fa5
parent11c354ed455e7d687e36f1bdc8f896445f49bcfe
elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case too

The sort insert is the one that goes to the IO scheduler. With
the SORT_MERGE addition, we could bypass IO scheduler setup
but still ask the IO scheduler to insert the request. This would
cause an oops on switching IO schedulers through the sysfs
interface, unless the disk just happened to be idle while it
occured.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
block/elevator.c