convert FIO_OS_PATH_SEPARATOR to a character
authorJosef Bacik <jbacik@fb.com>
Wed, 11 Oct 2017 18:58:11 +0000 (14:58 -0400)
committerJens Axboe <axboe@kernel.dk>
Wed, 11 Oct 2017 19:02:39 +0000 (13:02 -0600)
commit53a7af851836735f1ff59d2b9e1a743e7cc499e9
tree5a37ff4e7c5528558bb1ffccf42ae4fa745885d6
parent9c6f1e756dbf6c0916b0b94d9b0bcd1d9c43b9e9
convert FIO_OS_PATH_SEPARATOR to a character

Instead of a string let's use this as a character so we can search for
it in path names.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
filesetup.c
os/os-windows.h
os/os.h
verify.c