> } > > - return 0; > + return err; > } When I apply this bit of the patch I get spurious messages like: connection7:0: iscsi: detected conn error (1011) while it seems to work fine. I assume that by returning always 0 the error gets ignored. So this last bit probably reveals something nasty happening. Albert