Re: [PATCH]cgroup: __cpuset_node_allowed return bool

From: Tejun Heo
Date: Mon Mar 26 2018 - 10:12:22 EST


Hello, John.

On Sat, Mar 24, 2018 at 01:05:50PM +0800, yuankuiz@xxxxxxxxxxxxxx wrote:
> From 304cec1cc42255fbd9e231a810f4eea20ab74b90 Mon Sep 17 00:00:00 2001
> From: John Zhao <yuankuiz@xxxxxxxxxxxxxx>
> Date: Sat, 24 Mar 2018 13:01:32 +0800
> Subject: [PATCH] cgroup: __cpuset_node_allowed return bool
>
> as a bool, __cpuset_node_allowed(...) return should be bool.

So, as a minor cleanup patch, this is fine but can you please soften
the commit title / description a bit? It doesn't have to be bool.
int is fine. bool may be marginally more readable but that's about
it, so let's please make the commit match that.

Thanks.

--
tejun