Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1222772
| From | Sergey Senozhatsky <sergey.senozhatsky@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/2] mm:constify zpool/zs_pool char members |
| Date | 2015-09-11 14:20 +0200 |
| Message-ID | <q7vt8-1gv-23@gated-at.bofh.it> (permalink) |
| References | <q78wy-kz-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On (09/10/15 20:48), Sergey Senozhatsky wrote: > Two trivial patches to constify zs_pool and zpool ->name and ->type > members and functions' signatures that set/return them. > oh.. um.. somehow linux-next 20150910 contained zpool_has_pool() function, which I can't find any more. I'll resend the patch set. -ss > Sergey SENOZHATSKY (2): > mm:zpool: constify struct zpool type > mm:zsmalloc: constify struct zs_pool name > > include/linux/zpool.h | 12 +++++++----- > include/linux/zsmalloc.h | 2 +- > mm/zbud.c | 2 +- > mm/zpool.c | 12 ++++++------ > mm/zsmalloc.c | 10 +++++----- > 5 files changed, 20 insertions(+), 18 deletions(-) > > -- > 2.5.1 > -- 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
[PATCH 0/2] mm:constify zpool/zs_pool char members Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2015-09-10 13:50 +0200
[PATCH 2/2] mm:zsmalloc: constify struct zs_pool name Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2015-09-10 14:00 +0200
[PATCH 1/2] mm:zpool: constify struct zpool type Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2015-09-10 14:00 +0200
Re: [PATCH 1/2] mm:zpool: constify struct zpool type Andrew Morton <akpm@linux-foundation.org> - 2015-09-12 00:30 +0200
Re: [PATCH 1/2] mm:zpool: constify struct zpool type Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2015-09-12 02:40 +0200
Re: [PATCH 0/2] mm:constify zpool/zs_pool char members Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2015-09-11 14:20 +0200
csiph-web