Hi folks, how can I unsubscribe from this group.? Thanks in advance. S > On 24 Jun 2024, at 18:08, Keith Busch <[email protected]> wrote: > > On Mon, Jun 17, 2024 at 08:04:41AM +0200, Christoph Hellwig wrote: >> -#define blk_queue_nonrot(q) test_bit(QUEUE_FLAG_NONROT, &(q)->queue_flags) >> +#define blk_queue_nonrot(q) ((q)->limits.features & BLK_FEAT_ROTATIONAL) > > This is inverted. Should be: > > #define blk_queue_nonrot(q) (!((q)->limits.features & BLK_FEAT_ROTATIONAL)) >
- [PATCH 08/26] loop: fold loop_update_rotational into lo... Christoph Hellwig
- [PATCH 07/26] loop: also use the default block size fro... Christoph Hellwig
- Re: [PATCH 07/26] loop: also use the default block... Damien Le Moal
- [PATCH 12/26] block: remove blk_flush_policy Christoph Hellwig
- Re: [PATCH 12/26] block: remove blk_flush_policy Chaitanya Kulkarni
- [PATCH 14/26] block: move the nonrot flag to queue_limi... Christoph Hellwig
- Re: [PATCH 14/26] block: move the nonrot flag to q... Hannes Reinecke
- Re: [PATCH 14/26] block: move the nonrot flag to q... Simon Fernandez
- Re: [PATCH 14/26] block: move the nonrot flag to q... Keith Busch
- Re: [PATCH 14/26] block: move the nonrot flag ... Christoph Hellwig
- Re: [PATCH 14/26] block: move the nonrot flag ... Simon Fernandez
- Re: [PATCH 14/26] block: move the nonrot flag to q... Wouter Verhelst
- Re: [PATCH 14/26] block: move the nonrot flag ... Christoph Hellwig
- [PATCH 22/26] block: move the zoned flag into the featu... Christoph Hellwig
- Re: [PATCH 22/26] block: move the zoned flag into ... Hannes Reinecke
- [PATCH 15/26] block: move the add_random flag to queue_... Christoph Hellwig
- Re: [PATCH 15/26] block: move the add_random flag ... Hannes Reinecke
- [PATCH 10/26] nbd: move setting the cache control flags... Christoph Hellwig
- [PATCH 17/26] block: move the stable_writes flag to qu... Christoph Hellwig
- Re: [PATCH 17/26] block: move the stable_writes fl... Hannes Reinecke
- [PATCH 11/26] block: freeze the queue in queue_attr_sto... Christoph Hellwig
