Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1232632
| From | Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 8/9] zram: use crypto API for compression |
| Date | 2015-09-25 09:50 +0200 |
| Message-ID | <qcvVw-3pb-15@gated-at.bofh.it> (permalink) |
| References | <q9Wfw-1oJ-7@gated-at.bofh.it> <q9Wpd-1zU-7@gated-at.bofh.it> <qb1Ga-5r7-7@gated-at.bofh.it> <qcu3o-MY-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On (09/25/15 14:43), Joonsoo Kim wrote:
[..]
> > > /* dynamic per-device compression frontend */
> > > struct zcomp {
> > > void *stream;
> > > - struct zcomp_backend *backend;
> > > + const char *backend;
> >
> > ^^ what for?
>
> Will remove.
I think that was my mistake, I realized why do you keep it
later -- to allocate new zstreams. let's keep it.
-ss
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH v3 8/9] zram: use crypto API for compression Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2015-09-25 07:50 +0200 Re: [PATCH v3 8/9] zram: use crypto API for compression Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2015-09-25 09:50 +0200
csiph-web