> Seems to me that if GFP_KERNEL allocation is an issue,
> every (!) I/O request path is going to need to pass memory
> allocation flags down.  That capability isn't in the usbcore
> API today (URBs).  Do we need to add a new flag to
> tell host controller drivers to only use GFP_ATOMIC?
> (URB_MEM_ATOMIC or somesuch.)

Additional remark: You should use GFP_BUFFER, not ATOMIC.
And yes, you'd need such a flag. Provided the scsi layer passes the 
information. AFAIK it doesn't.

        Regards
                Oliver

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to