[PATCH] blktrace: various fixes
authorJens Axboe <axboe@suse.de>
Mon, 3 Oct 2005 09:33:59 +0000 (11:33 +0200)
committerJens Axboe <axboe@suse.de>
Mon, 3 Oct 2005 09:33:59 +0000 (11:33 +0200)
commitdb6fe5bc1c299517bd3cb3d3b9bec957a8863f72
tree5f123ac43b642768d682ca98aafeafd247361eea
parentc9d46c9054dc71eeb44469c6c07e9a1e08dec9b5
[PATCH] blktrace: various fixes

- Better exit_trace() backoff
- Don't assume that write() always writes the full chunk
- kill mmap(), we will never use it for packet driven workloads
- Bug in get_data_read/read_data() for incremental reads
- Optimize tid_fd_lock() holding, drop before freeing memory
blktrace.c