Re: cciss: fix error reporting for SG_IO

2007-08-25 Thread Stephen Cameron
> > This fixes a problem with the way cciss was filling out the "errors" > > field of the request structure upon completion of requests. > > Previously, it just put a 1 or a 0 in there and used the negation > > of this as the uptodate parameter to one of the functions in the > > block layer, being

Re: [PATCH] debloat aic7xxx and aic79xx drivers by deinlining

2007-08-25 Thread Arjan van de Ven
On Sat, 25 Aug 2007 22:57:07 +0100 Denys Vlasenko <[EMAIL PROTECTED]> wrote: > Hi, > > Attached patch deinlines and moves big functions from .h to .c files > in drivers/scsi/aic7xxx/*. I also had to add prototypes for > ahc_lookup_scb and ahd_lookup_scb to .h files. > one question... how many o