]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
loop: move command blkcg/memcg initialization into loop_queue_work
authorMing Lei <ming.lei@redhat.com>
Wed, 15 Oct 2025 11:07:29 +0000 (19:07 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 18 Nov 2025 13:49:52 +0000 (06:49 -0700)
commitf4788ae9d7bc01735cb6ada333b038c2e3fff260
treed79bb2f2bea1a5648e0f5f42116544ab3bb2931e
parentc66e9708f92760147a1ea7f66c7b60ec801f85e3
loop: move command blkcg/memcg initialization into loop_queue_work

Move loop command blkcg/memcg initialization into loop_queue_work,
and prepare for supporting to handle loop io command by IOCB_NOWAIT.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/loop.c