https://github.com/torvalds/linux
Revision a6741536f44ae65491cfde6870ae518aabe1ca36 authored by Christoph Hellwig on 29 September 2021, 07:12:39 UTC, committed by Jens Axboe on 16 October 2021, 03:02:47 UTC
To prepare for fixing a gendisk shutdown race, open code the
blk_queue_enter logic in bio_queue_enter.  This also removes the
pointless flags translation.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/r/20210929071241.934472-4-hch@lst.de
Tested-by: Yi Zhang <yi.zhang@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 1f14a09
History
Tip revision: a6741536f44ae65491cfde6870ae518aabe1ca36 authored by Christoph Hellwig on 29 September 2021, 07:12:39 UTC
block: split bio_queue_enter from blk_queue_enter
Tip revision: a674153
File Mode Size
.gitignore -rw-r--r-- 85 bytes
Kconfig -rw-r--r-- 4.8 KB
Makefile -rw-r--r-- 5.5 KB
blacklist.c -rw-r--r-- 5.7 KB
blacklist.h -rw-r--r-- 135 bytes
blacklist_hashes.c -rw-r--r-- 166 bytes
blacklist_nohashes.c -rw-r--r-- 122 bytes
common.c -rw-r--r-- 1.2 KB
common.h -rw-r--r-- 216 bytes
revocation_certificates.S -rw-r--r-- 495 bytes
system_certificates.S -rw-r--r-- 1.1 KB
system_keyring.c -rw-r--r-- 8.5 KB

back to top