Re: [PATCH 1/3] mm: replace S_IRUGO with 0444

2018-04-07 Thread Joe Perches
On Sat, 2018-04-07 at 19:47 +0100, Paul McQuade wrote: > Fix checkpatch warnings about S_IRUGO being less readable than > providing the permissions octal as '0444'. Hey Paul. I sent a cleanup a couple weeks ago to Andrew Morton for the same thing. https://lkml.org/lkml/2018/3/26/638 Andrew

Re: [PATCH 1/3] mm: replace S_IRUGO with 0444

2018-04-07 Thread Joe Perches
On Sat, 2018-04-07 at 19:47 +0100, Paul McQuade wrote: > Fix checkpatch warnings about S_IRUGO being less readable than > providing the permissions octal as '0444'. Hey Paul. I sent a cleanup a couple weeks ago to Andrew Morton for the same thing. https://lkml.org/lkml/2018/3/26/638 Andrew

[PATCH 1/3] mm: replace S_IRUGO with 0444

2018-04-07 Thread Paul McQuade
Fix checkpatch warnings about S_IRUGO being less readable than providing the permissions octal as '0444'. Signed-off-by: Paul McQuade --- mm/cleancache.c | 8 mm/cma_debug.c | 12 ++-- mm/dmapool.c| 2 +- mm/frontswap.c | 8 4 files

[PATCH 1/3] mm: replace S_IRUGO with 0444

2018-04-07 Thread Paul McQuade
Fix checkpatch warnings about S_IRUGO being less readable than providing the permissions octal as '0444'. Signed-off-by: Paul McQuade --- mm/cleancache.c | 8 mm/cma_debug.c | 12 ++-- mm/dmapool.c| 2 +- mm/frontswap.c | 8 4 files changed, 15 insertions(+),