lkml.org 
[lkml]   [2016]   [May]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 2/8] zram: switch to crypto compress API
On (06/01/16 08:44), Minchan Kim wrote:
> <snip>
>
> 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,
> > + const unsigned char *src, unsigned int *dst_len);
>
> unsigned int for dst_len
>
> >
> > -int zcomp_decompress(struct zcomp *comp, const unsigned char *src,
> > +int zcomp_decompress(struct zcomp_strm *zstrm,
> > + const unsigned char *src,
> > size_t src_len, unsigned char *dst);
> >
>
> size_t src_len?

thanks for spotting it!

-ss

\
 
 \ /
  Last update: 2016-06-01 03:41    [W:0.100 / U:0.232 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site