Re: [PATCH v2] io_uring: Avoid polling configuration errors

From: Jens Axboe
Date: Fri Jul 12 2024 - 11:36:27 EST


On 7/12/24 12:57 AM, hexue wrote:
>> This is wrong for multiple reasons. One is that we can't simply poke
>> into block device internals like this in a higher layer like io_uring.
>> Second blkdev_get_no_open is in no way available for use outside the
>> block layer. The fact that the even exist as separate helpers that
>> aren't entirely hidden is a decade old layering violation in blk-cgroup.
>
> Got it, thanks.
>
>> If you want to advertize this properly we'll need a flag in struct
>> file or something similar.
>
> Thanks, I will try to do this.

My stance is still the same - why add all of this junk just to detect a
misuse of polled IO? It doesn't make sense to me, it's the very
definition of "doctor it hurts when I do this" - don't do it.

So unless this has _zero_ overhead or extra code, which obviously isn't
possible, or extraordinary arguments exists for why this should be
added, I don't see this going anywhere.

--
Jens Axboe