Re: [PATCH 2/3] cgroup: remove unnecessary 0 check from css_from_id()
From: Tejun Heo <tj@kernel.org>
Date: 2016-06-17 18:17:28
Also in:
cgroups, lkml
From: Tejun Heo <tj@kernel.org>
Date: 2016-06-17 18:17:28
Also in:
cgroups, lkml
On Fri, Jun 17, 2016 at 12:24:27PM -0400, Johannes Weiner wrote:
css_idr allocation starts at 1, so index 0 will never point to an item. css_from_id() currently filters that before asking idr_find(), but idr_find() would also just return NULL, so this is not needed. Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Applied 1-2 to cgroup/for-4.8. Thanks. -- tejun -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>