summaryrefslogtreecommitdiffstats
path: root/include/blkdev.h
diff options
context:
space:
mode:
authorKarel Zak2007-11-07 21:25:48 +0100
committerKarel Zak2007-11-07 21:25:48 +0100
commit8505ff35cfc77f5f38aa0357c313aca99f0bda92 (patch)
tree592daa58e49ce8ef320021ae122912ad320132db /include/blkdev.h
parentmount: cleanup KERNEL_VERSION, remove my_dev_t.h (diff)
downloadkernel-qcow2-util-linux-8505ff35cfc77f5f38aa0357c313aca99f0bda92.tar.gz
kernel-qcow2-util-linux-8505ff35cfc77f5f38aa0357c313aca99f0bda92.tar.xz
kernel-qcow2-util-linux-8505ff35cfc77f5f38aa0357c313aca99f0bda92.zip
elvtune: use get_linux_version()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/blkdev.h')
-rw-r--r--include/blkdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/blkdev.h b/include/blkdev.h
index 8065acc1e..1f0fe674e 100644
--- a/include/blkdev.h
+++ b/include/blkdev.h
@@ -21,6 +21,7 @@
#define BLKSECTGET _IO(0x12,103)/* get max sectors per request (ll_rw_blk.c) */
#define BLKSSZGET _IO(0x12,104)/* get block device sector size */
+/* ioctls introduced in 2.2.16, removed in 2.5.58 */
#define BLKELVGET _IOR(0x12,106,size_t) /* elevator get */
#define BLKELVSET _IOW(0x12,107,size_t) /* elevator set */