]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cfq-iosched: fix merge error
authorJens Axboe <axboe@kernel.dk>
Fri, 16 Dec 2011 08:21:55 +0000 (09:21 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 16 Dec 2011 08:21:55 +0000 (09:21 +0100)
commitff56c895cf43c7896e5a5f31e2d55bb7fdbdb63e
tree9f63a4c75f99a173ffc325554cb8233f33cad0ac
parent954adda825afbbdc18e0b933a565590b21125c1b
cfq-iosched: fix merge error

block/cfq-iosched.c: In function 'cfq_init_queue':
block/cfq-iosched.c:3690:14: error: 'cic_index_lock' undeclared (first use in this function)
block/cfq-iosched.c:3691:15: error: 'cic_index_ida' undeclared (first use in this function)
block/cfq-iosched.c:3691:34: error: 'struct cfq_data' has no member named 'cic_index'

Presumably this was not build tested with CONFIG_CFQ_GROUP_IOSCHED set.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/cfq-iosched.c