| commit | ab9b85b430eeef547c6f10496f8e2a904fd38c79 | [log] [tgz] |
|---|---|---|
| author | Richard Fitzgerald <[email protected]> | Tue Oct 22 11:51:58 2013 +0100 |
| committer | Eric Laurent <[email protected]> | Fri Nov 22 11:05:17 2013 -0800 |
| tree | 1b192aa077560200400b7247f04360befb9f92c4 | |
| parent | a85e245a09c028d36cbf04f233be10bc583691f5 [diff] |
compress: compress_wait() must return error if timed out The caller must be certain that a return of 0 really means that compress is ready for more data, so when poll() returns 0 for a timeout we must report that as an error. Signed-off-by: Richard Fitzgerald <[email protected]> Signed-off-by: Vinod Koul <[email protected]>