]> www.infradead.org Git - users/hch/block.git/commit
move blk_wake_io_task next to wake_up_process remove-blk_needs_flush_plug
authorChristoph Hellwig <hch@lst.de>
Tue, 11 Jan 2022 09:15:33 +0000 (10:15 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 11 Jan 2022 09:15:33 +0000 (10:15 +0100)
commite049a72b4b346aa8898c624ab1af3b32992f53a9
tree3648ffb5d104aed915cc319f4b8318afda760488
parent6aa34d9bcd7f8ee601ac90054006b8ee86a24923
move blk_wake_io_task next to wake_up_process

There is nothing block layer specific in blk_wake_io_task, so move it next
to wake_up_process and lose the blk_ prefix.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/fops.c
fs/iomap/direct-io.c
include/linux/blkdev.h
include/linux/sched.h
mm/page_io.c