Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615715
| From | Minchan Kim <minchan@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 4/5] zram: remove zram_meta structure |
| Date | 2017-04-04 07:50 +0200 |
| Message-ID | <tspvP-BB-5@gated-at.bofh.it> (permalink) |
| References | <ts2zg-2z9-3@gated-at.bofh.it> <ts2zg-2z9-1@gated-at.bofh.it> <tsmxY-76q-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Apr 04, 2017 at 11:31:15AM +0900, Sergey Senozhatsky wrote:
< snip >
>
> [..]
> > -struct zram_meta {
> > +struct zram {
> > struct zram_table_entry *table;
> > struct zs_pool *mem_pool;
> > -};
> > -
> > -struct zram {
> > - struct zram_meta *meta;
> > struct zcomp *comp;
> > struct gendisk *disk;
> > /* Prevent concurrent execution of device init */
>
>
> we still have several zram_meta_FOO() left overs in zram_drv.c
I intentionally used that term because I don't think better name
to wrap logis which allocates table and mempool.
Feel free to suggest if you have better.
Thanks.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 4/5] zram: remove zram_meta structure Minchan Kim <minchan@kernel.org> - 2017-04-03 07:20 +0200
Re: [PATCH 4/5] zram: remove zram_meta structure Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2017-04-04 04:40 +0200
Re: [PATCH 4/5] zram: remove zram_meta structure Minchan Kim <minchan@kernel.org> - 2017-04-04 07:00 +0200
Re: [PATCH 4/5] zram: remove zram_meta structure Minchan Kim <minchan@kernel.org> - 2017-04-04 07:50 +0200
Re: [PATCH 4/5] zram: remove zram_meta structure Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2017-04-04 08:00 +0200
csiph-web