Re: [PATCH v2 08/12] block: Document what queue type each function is intended for
From: Christoph Hellwig <hch@lst.de>
Date: 2017-06-01 06:10:12
From: Christoph Hellwig <hch@lst.de>
Date: 2017-06-01 06:10:12
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 misused. Signed-off-by: Bart Van Assche <redacted>
Looks fine, Reviewed-by: Christoph Hellwig <hch@lst.de>