commit | d7df1d133b0c3daad4ae4c731e0dae7b0181fd62 | [log] [tgz] |
---|---|---|
author | Jens Axboe <[email protected]> | Wed Mar 20 19:57:01 2013 -0600 |
committer | Jens Axboe <[email protected]> | Wed Mar 20 19:57:01 2013 -0600 |
tree | ee98f9fa84039109f9d91d5cd22ed474d38e7da0 | |
parent | 25c42559e065f5a94a696b7bbefa32426d7b8925 [diff] |
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 <[email protected]>