[PATCH] excessive stack usage in cdrom
CD-ROM puts struct cdrom_changer_info on the stack in a few places, this is a bad idea since it's big (a bit over 1kb). This makes us allocate it instead. Noticed by Anton.
Showing
Please register or sign in to comment