Hi,

here's another one to make storage safe to use.
Please apply.

        Regards
                Oliver

You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or apply the patch as usual.

===================================================================


[EMAIL PROTECTED], 2003-03-22 20:02:21+01:00, [EMAIL PROTECTED]
  - memory allocation in block io error code path with GFP_KERNEL


 hub.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
--- a/drivers/usb/core/hub.c    Sat Mar 22 20:02:59 2003
+++ b/drivers/usb/core/hub.c    Sat Mar 22 20:02:59 2003
@@ -647,7 +647,7 @@
        struct usb_port_status *portsts;
        int ret = -ENOMEM;
 
-       portsts = kmalloc(sizeof(*portsts), GFP_KERNEL);
+       portsts = kmalloc(sizeof(*portsts), GFP_NOIO);
        if (portsts) {
                ret = usb_get_port_status(hub, port + 1, portsts);
                if (ret < 0)

===================================================================


This BitKeeper patch contains the following changesets:
1.1516
## Wrapped with gzip_uu ##


begin 664 bkpatch12167
M'XL(`&.S?#X``\U476_3,!1]KG_%E?:R,9+X(TZ6H*#"UHUITUH5[0DA%"=N
M$R6-*]O=&,J/[EMAIL PROTECTED]'.8!;(W4Z4&U])[EMAIL PROTECTED]>5
MG>JD7ZF%;.MN]=57>N[`J5(.#-;'P38B$(UGM90F,%9IRI&[-<EM48$#33H@
M/GL\L0]+F0ZFHXO;ZW=3A+(,3JN\F\N/TD*6(=$,RY5L_4:KO%I_L'^$>XHQ
M(81RS'A$>$]/&`M[$F%1NM>2QLE,1`G:4AKN(_\T%\.,4A?.2=R'-,$4G0'Q
M"2<18!:X22E0G&*:4G*,28HQ/),;[EMAIL PROTECTED]&+V'[EMAIL PROTECTED]@P4(NE'Z`O&U5D=M:
M=5!W([EMAIL PROTECTED];"NYKMUR<3[Y<C:8WHVMT!2&C(4>3G;S(^\N!
M$,XQ>[EMAIL PROTECTED]@F_V%46XH1$/2,A97U!\FC&8Q:&I>`\YL_I]R1G
MH;3<)=XVRC6(XIY&.&8;V^R_O]]#+^2+RORN+CTQ7.:%D&WK=])^FFLY__P;
MMH3B,`JI8TL)[EMAIL PROTECTED]"O^AJ<A_9*JM_&/P]/UF.I-,?M&)%]CM+.(8"+K<
M/@9+I:VQ!C)H%AO&AZ;^)M7L\-4/Y.CUAMW-^')\]&;WTRDJ631FM<ABD@@G
,RPGZ#K3=X?KA!```
`
end



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to