]> git.baikalelectronics.ru Git - kernel.git/commit
include blktrace_api.h in headers_install
authorSven Schuetz <sven@linux.vnet.ibm.com>
Fri, 26 Sep 2008 08:58:02 +0000 (10:58 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 9 Oct 2008 06:56:19 +0000 (08:56 +0200)
commit5db150b3318dccdc5ef440bd84d4eb57693b0b4a
tree3598e05a07650383a5949debb977b2c0ad5cb522
parent9657a6374978b0c08263923f4fdfff7249888b0a
include blktrace_api.h in headers_install

This header file is of interest for user space programming, i.e.
for tools that process blktrace data.

We would like to use it for a tool on-top of blktrace which processes
data provided by blktrace. For this purpose, it would be helpful
if the blktrace API would make it to /usr/include/linux.

The git tree for the blktrace tools comes with its own copy of this header
file. I didn't manage to replace that copy with the file generated
by the patch below yet. A few more cleanups would be needed.
For example, the blktrace ioctl numbers, which are currently defined in
usr/include/fs.h, might need to be moved. Should be feasible, though.

Signed-off-by: Sven Schuetz <sven@linux.vnet.ibm.com>
Signed-off-by: Martin Peschke <mp3@de.ibm.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/linux/Kbuild
include/linux/blktrace_api.h