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 <[email protected]> > Signed-off-by: Baole Ni <[email protected]>
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 <[email protected]> Thanks. -- tejun

