Re: [PATCH 0063/1285] Replace numeric parameter like 0444 with macro

From: Tejun Heo
Date: Tue Aug 02 2016 - 14:30:57 EST


Hello,

On Tue, Aug 02, 2016 at 06:37:59PM +0800, Baole Ni wrote:
> I find that the developers often just specified the numeric value
> when calling a macro which is defined with a parameter for access permission.
> As we know, these numeric value for access permission have had the corresponding macro,
> and that using macro can improve the robustness and readability of the code,
> thus, I suggest replacing the numeric parameter with the macro.
>
> Signed-off-by: Chuansheng Liu <chuansheng.liu@xxxxxxxxx>
> Signed-off-by: Baole Ni <baolex.ni@xxxxxxxxx>

I don't see the point. This actually makes code harder to read.
Sure, in general, we want to avoid using magic raw numbers but the
octal permission numbers are pretty much canonical. These conversions
are pure noises.

Nacked-by: Tejun Heo <tj@xxxxxxxxxx>

Thanks.

--
tejun