Add the file sharing bits
authorJens Axboe <jens.axboe@oracle.com>
Sat, 1 Mar 2008 18:25:20 +0000 (19:25 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 1 Mar 2008 18:25:20 +0000 (19:25 +0100)
When you use the same filename for several jobs now, they will share
the same file structure. Enable locking through two new options:

- lockfile. If set, a semaphore is associated with the file and it is
  held from ->prep() to ->queue() has done its work.
- lockfile_batch. This controls how many IOs the job gets to do per
  semaphore acqusition.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found