diff options
author | mm <mm@FreeBSD.org> | 2013-04-09 22:27:44 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2013-04-09 22:27:44 +0000 |
commit | 6cbe43292efc65801d4567c37e87a006c8850340 (patch) | |
tree | e9111837bcbde6a67f9789b2333ecdb28085ef46 /lib/libthr/sys/thr_error.c | |
parent | 306fddaf7801d7fae1206025486e9d9a97f52ad4 (diff) | |
download | FreeBSD-src-6cbe43292efc65801d4567c37e87a006c8850340.zip FreeBSD-src-6cbe43292efc65801d4567c37e87a006c8850340.tar.gz |
ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()
doesn't copyout in this case.
To solve this issue a new struct zfs_iocparm_t is introduced consisting of:
- zfs_ioctl_version (future backwards compatibility purposes)
- user space pointer to zfs_cmd_t (copyin and copyout)
- size of zfs_cmd_t (verification purposes)
The copyin and copyout of zfs_cmd_t is now done the illumos (vendor) way
what makes porting of new changes easier and ensures correct behavior if
returning an error.
MFC after: 10 days
Diffstat (limited to 'lib/libthr/sys/thr_error.c')
0 files changed, 0 insertions, 0 deletions