]> git.baikalelectronics.ru Git - kernel.git/commit
Use list_for_each_entry() instead of list_for_each() in the block device
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Tue, 10 Jul 2007 10:26:24 +0000 (12:26 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 10 Jul 2007 11:43:32 +0000 (13:43 +0200)
commit71894f28f9091ba78fff9d21e6e13ff86eb45d8e
treea2d73f170c8d7db29eaca27dbc06b6c6218a8f55
parent84e7bea0127bfe0d1f2a23bfa2e4b8f10f0f2dcb
Use list_for_each_entry() instead of list_for_each() in the block device

elevator

Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/elevator.c