blkdev: add blkdev_issue_zeroout helper function
authorDmitry Monakhov <dmonakhov@openvz.org>
Wed, 28 Apr 2010 13:55:09 +0000 (17:55 +0400)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 28 Apr 2010 17:47:36 +0000 (19:47 +0200)
- Add bio_batch helper primitive. This is rather generic primitive
  for submitting/waiting a complex request which consists of several
  bios.
- blkdev_issue_zeroout() generate number of zero filed write bios.

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found