All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: remove obsolete comments for blkdev_issue_zeroout.
@ 2011-02-11 14:43 Tao Ma
  2011-02-11 15:19 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Tao Ma @ 2011-02-11 14:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jens Axboe

From: Tao Ma <boyu.mt@taobao.com>

barrier is already removed, so remove the obsolete comments
in blkdev_issue_zeroout.

Cc: Jens Axboe <jaxboe@fusionio.com>
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
---
 block/blk-lib.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/block/blk-lib.c b/block/blk-lib.c
index 1a320d2..55da8bd 100644
--- a/block/blk-lib.c
+++ b/block/blk-lib.c
@@ -140,8 +140,6 @@ static void bio_batch_end_io(struct bio *bio, int err)
  *
  * Description:
  *  Generate and issue number of bios with zerofiled pages.
- *  Send barrier at the beginning and at the end if requested. This guarantie
- *  correct request ordering. Empty barrier allow us to avoid post queue flush.
  */
 
 int blkdev_issue_zeroout(struct block_device *bdev, sector_t sector,
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] block: remove obsolete comments for blkdev_issue_zeroout.
  2011-02-11 14:43 [PATCH] block: remove obsolete comments for blkdev_issue_zeroout Tao Ma
@ 2011-02-11 15:19 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2011-02-11 15:19 UTC (permalink / raw)
  To: Tao Ma; +Cc: linux-kernel

On 2011-02-11 15:43, Tao Ma wrote:
> From: Tao Ma <boyu.mt@taobao.com>
> 
> barrier is already removed, so remove the obsolete comments
> in blkdev_issue_zeroout.

Thanks, I'll add this to the queue.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-11 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-11 14:43 [PATCH] block: remove obsolete comments for blkdev_issue_zeroout Tao Ma
2011-02-11 15:19 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.