Am Sonntag, 4. Februar 2007 05:11 schrieb Pete Zaitcev: > On Sat, 3 Feb 2007 17:02:27 -0500 (EST), Alan Stern <[EMAIL PROTECTED]> wrote: > > > + buffer = kmalloc(sizeof(*buffer), GFP_NOIO); > > Why is this GFP_NOIO, if it's not in the path of block I/O? Or is it?
It is used by usb_reset_device() which is used in the error handling of the usb storage driver. That in turn is used by the generic scsi error handler, called from sd.c. Therefore GFP_NOIO is needed. Regards Oliver ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel