• Andrew Morton's avatar
    [PATCH] EATA driver fix · 030219ad
    Andrew Morton authored
    This driver is calling down into scsi_register with local interrupts
    disabled.  scsi_register performs blocking allocations, starts kernel
    threads, etc.  slab debugging gets offended by someone performing blocking
    operations with local interrupts disabled.
    030219ad
eata.c 80.2 KB