Rework lockfile= file lock handling
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Mar 2013 01:57:01 +0000 (19:57 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Mar 2013 01:57:01 +0000 (19:57 -0600)
commitd7df1d133b0c3daad4ae4c731e0dae7b0181fd62
treeee98f9fa84039109f9d91d5cd22ed474d38e7da0
parent25c42559e065f5a94a696b7bbefa32426d7b8925
Rework lockfile= file lock handling

Get rid of the hand rolled rw semaphores, just use pthread
rwlocks instead. Kill the batching too, it was broken by
default, so nobody could have been using it.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
file.h
filesetup.c
fio.1
fio.h
mutex.c
mutex.h
options.c
smalloc.c