Re: [PATCH] Squashfs: Refactor decompressor interface and code

2013-10-13 Thread Minchan Kim
On Tue, Oct 08, 2013 at 03:14:10AM +0100, Phillip Lougher wrote: > The decompressor interface and code was written from > the point of view of single-threaded operation. In doing > so it mixed a lot of single-threaded implementation specific > aspects into the decompressor code and elsewhere

Re: [PATCH] Squashfs: Refactor decompressor interface and code

2013-10-13 Thread Minchan Kim
On Tue, Oct 08, 2013 at 03:14:10AM +0100, Phillip Lougher wrote: The decompressor interface and code was written from the point of view of single-threaded operation. In doing so it mixed a lot of single-threaded implementation specific aspects into the decompressor code and elsewhere which

Re: [PATCH] Squashfs: Refactor decompressor interface and code

2013-10-10 Thread Rob Landley
On 10/07/2013 09:14:10 PM, Phillip Lougher wrote: The decompressor interface and code was written from the point of view of single-threaded operation. In doing so it mixed a lot of single-threaded implementation specific aspects into the decompressor code and elsewhere which makes it difficult

Re: [PATCH] Squashfs: Refactor decompressor interface and code

2013-10-10 Thread Rob Landley
On 10/07/2013 09:14:10 PM, Phillip Lougher wrote: The decompressor interface and code was written from the point of view of single-threaded operation. In doing so it mixed a lot of single-threaded implementation specific aspects into the decompressor code and elsewhere which makes it difficult

Re: [PATCH] Squashfs: Refactor decompressor interface and code

2013-10-08 Thread Minchan Kim
On Tue, Oct 8, 2013 at 11:14 AM, Phillip Lougher wrote: > The decompressor interface and code was written from > the point of view of single-threaded operation. In doing > so it mixed a lot of single-threaded implementation specific > aspects into the decompressor code and elsewhere which makes

Re: [PATCH] Squashfs: Refactor decompressor interface and code

2013-10-08 Thread Minchan Kim
On Tue, Oct 8, 2013 at 11:14 AM, Phillip Lougher phil...@squashfs.org.uk wrote: The decompressor interface and code was written from the point of view of single-threaded operation. In doing so it mixed a lot of single-threaded implementation specific aspects into the decompressor code and

[PATCH] Squashfs: Refactor decompressor interface and code

2013-10-07 Thread Phillip Lougher
The decompressor interface and code was written from the point of view of single-threaded operation. In doing so it mixed a lot of single-threaded implementation specific aspects into the decompressor code and elsewhere which makes it difficult to seamlessly support multiple different

[PATCH] Squashfs: Refactor decompressor interface and code

2013-10-07 Thread Phillip Lougher
The decompressor interface and code was written from the point of view of single-threaded operation. In doing so it mixed a lot of single-threaded implementation specific aspects into the decompressor code and elsewhere which makes it difficult to seamlessly support multiple different