]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - block/blk-mq-sysfs.c
blk-mq: free hctx->cpumask in release handler of hctx's kobject
authorMing Lei <tom.leiming@gmail.com>
Wed, 22 Feb 2017 10:14:02 +0000 (18:14 +0800)
committerJens Axboe <axboe@fb.com>
Wed, 8 Mar 2017 16:56:12 +0000 (09:56 -0700)
commit01388df37627d2e89f0b835377c0eb39d81f671c
treeb431f6dbe023b4a2c8250f7fb052dff9276888c4
parent6c8b232efea1ad3d263ff8b9c16b7e8767a77488
blk-mq: free hctx->cpumask in release handler of hctx's kobject

It is obviously that hctx->cpumask is per hctx, and both
share same lifetime, so this patch moves freeing of hctx->cpumask
into release handler of hctx's kobject.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Tested-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq-sysfs.c
block/blk-mq.c