Re: [PATCH v2 08/12] block: Document what queue type each function is intended for

2017-06-01 Thread Christoph Hellwig
On Wed, May 31, 2017 at 03:52:42PM -0700, Bart Van Assche wrote: > Some functions in block/blk-core.c must only be used on blk-sq queues > while others are safe to use against any queue type. Document which > functions are intended for blk-sq queues and issue a warning if the > blk-sq API is

[PATCH v2 08/12] block: Document what queue type each function is intended for

2017-05-31 Thread Bart Van Assche
Some functions in block/blk-core.c must only be used on blk-sq queues while others are safe to use against any queue type. Document which functions are intended for blk-sq queues and issue a warning if the blk-sq API is misused. Signed-off-by: Bart Van Assche Cc: