Re: [patch]blk-mq: remove obsolete comments

2014-02-19 Thread Shaohua Li
On Wed, Feb 19, 2014 at 09:28:05AM -0800, Christoph Hellwig wrote: > On Wed, Feb 19, 2014 at 08:22:22PM +0800, Shaohua Li wrote: > > > > We now have blk_mq_stop/start_queues API, delete the obsolete comments. > > We do have the API, but the big question is if we want to require every > driver to

Re: [patch]blk-mq: remove obsolete comments

2014-02-19 Thread Christoph Hellwig
On Wed, Feb 19, 2014 at 08:22:22PM +0800, Shaohua Li wrote: > > We now have blk_mq_stop/start_queues API, delete the obsolete comments. We do have the API, but the big question is if we want to require every driver to manually call it each time we get a busy return here. -- To unsubscribe from

[patch]blk-mq: remove obsolete comments

2014-02-19 Thread Shaohua Li
We now have blk_mq_stop/start_queues API, delete the obsolete comments. Signed-off-by: Shaohua Li --- block/blk-mq.c |5 - 1 file changed, 5 deletions(-) Index: linux/block/blk-mq.c === --- linux.orig/block/blk-mq.c

[patch]blk-mq: remove obsolete comments

2014-02-19 Thread Shaohua Li
We now have blk_mq_stop/start_queues API, delete the obsolete comments. Signed-off-by: Shaohua Lis...@fusionio.com --- block/blk-mq.c |5 - 1 file changed, 5 deletions(-) Index: linux/block/blk-mq.c === ---

Re: [patch]blk-mq: remove obsolete comments

2014-02-19 Thread Christoph Hellwig
On Wed, Feb 19, 2014 at 08:22:22PM +0800, Shaohua Li wrote: We now have blk_mq_stop/start_queues API, delete the obsolete comments. We do have the API, but the big question is if we want to require every driver to manually call it each time we get a busy return here. -- To unsubscribe from

Re: [patch]blk-mq: remove obsolete comments

2014-02-19 Thread Shaohua Li
On Wed, Feb 19, 2014 at 09:28:05AM -0800, Christoph Hellwig wrote: On Wed, Feb 19, 2014 at 08:22:22PM +0800, Shaohua Li wrote: We now have blk_mq_stop/start_queues API, delete the obsolete comments. We do have the API, but the big question is if we want to require every driver to