Dan Carpenter
41591a51f0
iocost: don't nest spin_lock_irq in ioc_weight_write()
...
This code causes a static analysis warning:
block/blk-iocost.c:2113 ioc_weight_write() error: double lock 'irq'
We disable IRQs in blkg_conf_prep() and re-enable them in
blkg_conf_finish(). IRQ disable/enable should not be nested because
that means the IRQs will be enabled at the first unlock instead of the
second one.
Fixes: 7caa47151ab2 ("blkcg: implement blk-iocost")
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-10-31 11:40:57 -06:00
..
2019-07-15 11:03:02 -03:00
2019-04-30 16:11:57 -06:00
2019-09-06 14:33:52 -06:00
2019-09-17 20:03:49 -06:00
2019-09-06 14:33:52 -06:00
2019-09-06 14:33:48 -06:00
2019-07-11 20:01:21 -06:00
2019-08-22 07:14:39 -06:00
2019-10-15 10:13:00 -06:00
2019-09-17 20:03:49 -06:00
2019-04-30 16:12:03 -06:00
2019-09-27 07:01:25 -06:00
2019-09-17 20:03:49 -06:00
2018-11-15 12:17:28 -07:00
2019-10-31 11:40:57 -06:00
2019-08-28 21:17:08 -06:00
2018-11-14 08:17:18 -07:00
2019-06-20 10:29:22 -06:00
2019-08-04 21:41:29 -06:00
2019-08-04 21:43:12 -06:00
2019-01-17 21:21:40 -07:00
2019-07-09 10:45:06 -07:00
2019-06-13 03:00:30 -06:00
2019-05-31 15:12:34 -06:00
2019-05-31 15:12:34 -06:00
2019-09-26 00:45:05 -06:00
2019-07-23 07:25:09 -06:00
2019-08-27 10:40:20 -06:00
2019-08-04 21:41:29 -06:00
2017-11-14 15:32:19 -08:00
2019-05-31 15:12:34 -06:00
2019-09-27 11:40:21 -06:00
2019-07-10 14:18:01 -06:00
2019-09-12 07:11:56 -06:00
2018-11-15 12:17:28 -07:00
2019-10-06 09:26:41 -06:00
2019-10-15 10:13:13 -06:00
2019-09-19 13:27:23 -07:00
2018-11-15 12:13:25 -07:00
2019-04-30 16:12:03 -06:00
2018-12-12 06:47:51 -07:00
2019-09-27 01:13:10 -06:00
2019-09-15 16:02:08 -06:00
2019-04-30 16:12:03 -06:00
2019-10-06 09:26:41 -06:00
2019-08-28 21:17:07 -06:00
2019-08-04 21:41:29 -06:00
2019-09-27 07:01:25 -06:00
2019-04-30 09:26:13 -06:00
2019-09-23 11:17:24 -06:00
2019-04-30 16:11:57 -06:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-10-14 13:54:09 -06:00
2019-09-05 19:52:34 -06:00
2019-04-30 16:12:03 -06:00
2019-07-15 09:20:27 -03:00
2019-08-28 21:17:12 -06:00
2019-07-15 09:20:27 -03:00
2019-07-02 21:03:27 -06:00
2019-08-28 21:17:12 -06:00
2019-09-05 19:52:33 -06:00
2019-08-20 09:34:49 -06:00
2019-04-22 09:48:12 -06:00
2019-04-30 16:11:57 -06:00
2019-10-03 14:21:32 -06:00
2019-09-23 08:05:19 -06:00