Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615716
| From | Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 4/5] zram: remove zram_meta structure |
| Date | 2017-04-04 08:00 +0200 |
| Message-ID | <tspFv-FV-3@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> <tspvP-BB-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On (04/04/17 14:40), Minchan Kim wrote:
> > [..]
> > > -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.
ah, it was intentional. um, OK, let's keep zram_meta_foo().
-ss
Back to linux.kernel | Previous | Next — Previous 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