Re: [dm-devel] decouple block open flags from fmode_t v2

2023-06-12 Thread Jens Axboe
On Thu, 08 Jun 2023 13:02:28 +0200, Christoph Hellwig wrote: > this series adds a new blk_mode_t for block open flags instead of abusing > fmode_t. The block open flags work very different from the normal use of > fmode_t and only share the basic READ/WRITE flags with it. None of the > other

[dm-devel] decouple block open flags from fmode_t v2

2023-06-08 Thread Christoph Hellwig
Hi all, this series adds a new blk_mode_t for block open flags instead of abusing fmode_t. The block open flags work very different from the normal use of fmode_t and only share the basic READ/WRITE flags with it. None of the other normal FMODE_* flags is used, but instead there are three