blktrace: remove unused ioctl definitions
authorJens Axboe <axboe@kernel.dk>
Wed, 28 Jun 2017 01:59:49 +0000 (19:59 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 28 Jun 2017 01:59:49 +0000 (19:59 -0600)
commit867f90e36d9d1458b20e5fab4542ce6c631f2633
tree91dcb478cd9333b2ef8957c59bb6cd54f26a3a63
parent2ad9c0bb913d75abe5e06d7ce40237b3772fec5b
blktrace: remove unused ioctl definitions

They can conflict with <linux/fs.h> definitions, if we have them.
Fio doesn't use them at all, so just kill them.

Fixes: https://github.com/axboe/fio/issues/391
Signed-off-by: Jens Axboe <axboe@kernel.dk>
blktrace_api.h