Hi folks, how can I unsubscribe from this group.? Thanks in advance. S > On 24 Jun 2024, at 18:08, Keith Busch <kbu...@kernel.org> 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)) >
- Re: [PATCH 11/26] block: freeze the queue in queue... Chaitanya Kulkarni
- [PATCH 12/26] block: remove blk_flush_policy Christoph Hellwig
- Re: [PATCH 12/26] block: remove blk_flush_policy Chaitanya Kulkarni
- [PATCH 13/26] block: move cache control settings out of... Christoph Hellwig
- Re: [PATCH 13/26] block: move cache control settin... Damien Le Moal
- Re: [PATCH 13/26] block: move cache control settin... Hannes Reinecke
- [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... 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 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 16/26] block: move the io_stat flag setting to q... Christoph Hellwig
- Re: [PATCH 16/26] block: move the io_stat flag set... Damien Le Moal
- Re: [PATCH 16/26] block: move the io_stat flag set... Hannes Reinecke
- [PATCH 18/26] block: move the synchronous flag to queue... Christoph Hellwig
- Re: [PATCH 18/26] block: move the synchronous flag... Hannes Reinecke
- [PATCH 17/26] block: move the stable_writes flag to qu... Christoph Hellwig