qemu-cvs-ioctl_nodirection
authorAlexander Graf <agraf@suse.de>
Tue, 14 Apr 2009 14:27:36 +0000 (16:27 +0200)
committerhyokeun <hyokeun.jeon@samsung.com>
Tue, 6 Sep 2016 06:55:31 +0000 (15:55 +0900)
commit5248e7a8a6e58a4cd1f451210a557bfe48da0695
treec76343dbeb1cb0d28182c164e8c10a321e5d6afc
parentfacf087026c29069504037b8aa6c591e5f890c54
qemu-cvs-ioctl_nodirection

the direction given in the ioctl should be correct so we can assume the
communication is uni-directional. The alsa developers did not like this
concept though and declared ioctls IOC_R and IOC_W even though they were
IOC_RW.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Ulrich Hecht <uli@suse.de>
linux-user/syscall.c