iolog: Keep full path for logs files
authorErwan Velu <erwan.velu@enovance.com>
Wed, 2 Apr 2014 08:00:56 +0000 (10:00 +0200)
committerErwan Velu <erwan.velu@enovance.com>
Wed, 2 Apr 2014 08:00:56 +0000 (10:00 +0200)
The default behavior of fio was to basename() the log filename
preventing relocating it into another directory.

This patch simply removes the basename() that doesn't provides any real
feature but only limit the usage.

Patch tested with genfio with success while relocating to /tmp.


No differences found