Re: Code updates
Miles Elam <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
This seems suspect to me. orig_size is the size of the uncompressed item. size is the compressed size after getting the directory entry from tux_lookup. I'm am very skeptical that this would fix things. - Miles Jorge NerÃn wrote: > I did try a patch, but haven't had a chance to test it because at the > reboot time I "upgraded" froma a pentium 100 to a pentium 133 wich was > damaged and it took me some time to revert it before I hunt it down to > be the cpu, in the mean time I recompiled my kernel various times and > lost that change, it was in handle_gzip_req() and was a change from: > > req->total_file_len = req->output_len = size; > to > req->total_file_len = req->output_len = orig_size; > > BUT! as I said I havent even tested it, if it works please tell me, > because I'm very thigth in time and was looking for it until I put my > hands on it.