projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49e9a07
)
linux-user: Add ioctl for BLKBSZGET
author
Alexander Graf
<agraf@suse.de>
Thu, 2 Feb 2012 01:22:34 +0000
(
02:22
+0100)
committer
Riku Voipio
<riku.voipio@linaro.org>
Fri, 6 Apr 2012 15:49:58 +0000
(18:49 +0300)
This patch adds the ioctl wrapper definition for BLKBSZGET.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/ioctls.h
patch
|
blob
|
history
diff --git
a/linux-user/ioctls.h
b/linux-user/ioctls.h
index 5b70f92c030879b0e1653a1fbc8d400f5964fa1f..eb96a084c227aae2752b140c4b363c1e1c2e492d 100644
(file)
--- a/
linux-user/ioctls.h
+++ b/
linux-user/ioctls.h
@@
-75,6
+75,7
@@
IOCTL(BLKRASET, 0, TYPE_INT)
IOCTL(BLKRAGET, IOC_R, MK_PTR(TYPE_LONG))
IOCTL(BLKSSZGET, IOC_R, MK_PTR(TYPE_LONG))
+ IOCTL(BLKBSZGET, IOC_R, MK_PTR(TYPE_INT))
#ifdef FIBMAP
IOCTL(FIBMAP, IOC_W | IOC_R, MK_PTR(TYPE_LONG))
#endif