Andriy Gapon 93f0eafde3 linux_ioctl_cdrom: reduce stack usage
... by moving two ~2KB structures from stack to heap allocation.
I experienced stack overflow in linux emulation on i386 (8K stack)
when LINUX_DVD_READ_STRUCT ioctl was performed on atapicam cd
device and there was an error that resulted in additional quite
heavy stack use in cam layer.

Reviewed by:	dchagin
Approved by:	jhb (mentor)
2009-05-27 15:23:12 +00:00
..
2008-04-08 09:45:49 +00:00
2006-12-21 13:11:06 +00:00
2009-05-10 18:16:07 +00:00
2006-12-20 20:17:35 +00:00