On Mon, 2 Nov 1998, Jorj Bauer wrote:

>       if (disk_removed(disk)) {
>               /*
>                * reuse slot
>                */
>               if (disk->number != i) {
>                       MD_BUG();
>                       err = -EINVAL;
>                       goto abort_unbind_export;
>               }
>       } ...
> 
> ... doesn't appear to do the right thing. Granted, this case shouldn't 
> occur, but given that the code exists, it would probably be a good idea 
> to sti().

thanks, fixed.

        Ingo

Reply via email to