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)
commite53cf97beb6c07ea1dedc218058675cc291e9f2a
tree1ce0d4d88ea1fdca573b2b0b6e58c3220a65bd20
parentf42557f8ba1fc6bbf6b5fce4ae3a53cfc8bbb35b
iolog: Keep full path for logs files

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.
iolog.c