Define pointer alignment macro in fio.h
authorTomohiro Kusumi <tkusumi@tuxera.com>
Mon, 23 Jan 2017 15:13:04 +0000 (00:13 +0900)
committerJens Axboe <axboe@fb.com>
Mon, 23 Jan 2017 15:26:12 +0000 (08:26 -0700)
commit248c94366c4e5806d7356b50e39438b4ac32f8b8
tree0ab6d8c88497f7087635d1ff0ead1260bdadf11e
parent9cf163b0b3f69df8ef70d5a0799d9452e80ee2c4
Define pointer alignment macro in fio.h

Define PTR_ALIGN() as a common utility within the entire fio,
but inside FIO_INTERNAL guard since it could be a common name.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
fio.h
lib/memalign.c
smalloc.c