Use in-place path separator "/" for Linux specific code
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 29 Jul 2016 15:05:57 +0000 (00:05 +0900)
committerJens Axboe <axboe@fb.com>
Fri, 29 Jul 2016 15:01:18 +0000 (09:01 -0600)
commit22497370943163bd40d49f30c31f694749206ce4
tree9b8059e22b546bcc18a5bee34bf4ae02b262ce5c
parent20ac4e77e5c8e0b17730fd8761abdf1b65fc1f15
Use in-place path separator "/" for Linux specific code

diskutil,cgroup,blktrace related code fully depend on Linux kernel,
so sprintf variants can use in-place path separator "/" instead of
FIO_OS_PATH_SEPARATOR.

In fact these Linux specific files are mix of two types within the
same file depending on who wrote them, where they were originally
using "/".

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
cgroup.c
diskutil.c
oslib/linux-dev-lookup.c