On (06/01/16 08:44), Minchan Kim wrote:
>
>
> trivial:
>
> One thing I got missed in review.
>
> > -int zcomp_compress(struct zcomp *comp, struct zcomp_strm *zstrm,
> > - const unsigned char *src, size_t *dst_len);
> > +int zcomp_compress(struct zcomp_strm *zstrm,
> > + co
On Tue, May 31, 2016 at 09:20:11PM +0900, Sergey Senozhatsky wrote:
trivial:
One thing I got missed in review.
> -int zcomp_compress(struct zcomp *comp, struct zcomp_strm *zstrm,
> - const unsigned char *src, size_t *dst_len);
> +int zcomp_compress(struct zcomp_strm *zstrm,
> +
On Tue, May 31, 2016 at 09:20:11PM +0900, Sergey Senozhatsky wrote:
> We don't have an idle zstreams list anymore and our write path
> now works absolutely differently, preventing preemption during
> compression. This removes possibilities of read paths preempting
> writes at wrong places (which co
3 matches
Mail list logo