Hi Linus, Two minor block fixes from this last week that should go into 5.11: - Add missing NOWAIT debugfs definition (Andres) - Fix kerneldoc warning introduced this merge window (Randy) Please pull! The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.11-2021-01-01 for you to fetch changes up to dc30432605bbbd486dfede3852ea4d42c40a84b4: block: add debugfs stanza for QUEUE_FLAG_NOWAIT (2020-12-29 16:47:46 -0700) ---------------------------------------------------------------- block-5.11-2021-01-01 ---------------------------------------------------------------- Andres Freund (1): block: add debugfs stanza for QUEUE_FLAG_NOWAIT Randy Dunlap (1): fs: block_dev.c: fix kernel-doc warnings from struct block_device changes block/blk-mq-debugfs.c | 1 + fs/block_dev.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Jens Axboe