• Randy Dunlap's avatar
    [PATCH] reduce stack usage in cdrom/optcd.c · c7ab6a62
    Randy Dunlap authored
    This changes/fixes the optcd.c stack reduction patch from last week.
    
    Alan and Jens objected to the kmalloc() in cdromread(), suggesting that
    the read buffer should be allocated one time and held onto, so this
    patch does that.
    c7ab6a62
optcd.c 50.5 KB