Re: [PATCH 11/11] block: Move the queue_flag_*() functions from a public into a private header file

2018-03-02 Thread Martin K. Petersen
Bart, > This patch helps to avoid that new code gets introduced in block drivers > that manipulates queue flags without holding the queue lock when that > lock should be held. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 11/11] block: Move the queue_flag_*() functions from a public into a private header file

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 11/11] block: Move the queue_flag_*() functions from a public into a private header file

2018-02-28 Thread Bart Van Assche
This patch helps to avoid that new code gets introduced in block drivers that manipulates queue flags without holding the queue lock when that lock should be held. Signed-off-by: Bart Van Assche Cc: Christoph Hellwig Cc: Hannes Reinecke Cc: