Re: [PATCH 02/11] block: Use the queue_flag_*() functions instead of open-coding these

2018-03-02 Thread Martin K. Petersen
Bart, > Except for changing the atomic queue flag manipulations that are > protected by the queue lock into non-atomic manipulations, this > patch does not change any functionality. Looks fine. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle

Re: [PATCH 02/11] block: Use the queue_flag_*() functions instead of open-coding these

2018-03-01 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham

[PATCH 02/11] block: Use the queue_flag_*() functions instead of open-coding these

2018-02-28 Thread Bart Van Assche
Except for changing the atomic queue flag manipulations that are protected by the queue lock into non-atomic manipulations, this patch does not change any functionality. Signed-off-by: Bart Van Assche Cc: Christoph Hellwig Cc: Hannes Reinecke