Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1205320
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 01/10] cgroup: make cftype->private a unsigned long |
| Date | 2015-08-11 19:40 +0200 |
| Message-ID | <pWlGO-3z2-13@gated-at.bofh.it> (permalink) |
| References | <pLtRn-38Z-1@gated-at.bofh.it> <pLtRo-38Z-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Jul 12, 2015 at 02:00:34PM -0400, Tejun Heo wrote: > It's pretty unusual to have an int as a private data field and it > makes it impossible to carray a pointer value through it. Let's make > it an unsigned long. AFAICS, this shouldn't break anything. > > Signed-off-by: Tejun Heo <tj@kernel.org> > Acked-by: Li Zefan <lizefan@huawei.com> > Cc: Johannes Weiner <hannes@cmpxchg.org> Applied this one to cgroup/for-4.3-unified-base. Thanks. -- tejun -- 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 | Find similar | Unroll thread
Re: [PATCH 01/10] cgroup: make cftype->private a unsigned long Tejun Heo <tj@kernel.org> - 2015-08-11 19:40 +0200
csiph-web