[PATCH] blktrace: Don't overwrite buf_size for the vbuffer
authorTom Zanussi <zanussi@us.ibm.com>
Wed, 25 Jan 2006 14:10:43 +0000 (15:10 +0100)
committerJens Axboe <axboe@suse.de>
Wed, 25 Jan 2006 14:10:43 +0000 (15:10 +0100)
commit57e8a2ad93e3f27694b9ab0d9a56abd631e36562
treed108531c341aa00998605b9c41ee54fcad3ca959
parentac5b39c070396ff8b73363bded859055d2cc6250
[PATCH] blktrace: Don't overwrite buf_size for the vbuffer

Here's another patch to fix a problem I noticed - the code that sets
the buffer size passed to setvbuf() uses the global buf_size variable
and thus unintentionally sets that variable, which is used elsewhere
later e.g. setting tip->fd_max_size in extract().
blktrace.c