]> git.baikalelectronics.ru Git - kernel.git/commit
mm/vmstat.c: standardize file operations variable names
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>
Thu, 6 Jul 2017 22:37:15 +0000 (15:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Jul 2017 23:24:31 +0000 (16:24 -0700)
commitb5798c6d0fbe3435f6068de379d0d328e97b9759
tree3331006d81b1e81ba9abb0746959a0815cf588b2
parent5d1d1b6cf1021f6e754f6304366252a4104fb961
mm/vmstat.c: standardize file operations variable names

Standardize the file operation variable names related to all four memory
management /proc interface files.  Also change all the symbol
permissions (S_IRUGO) into octal permissions (0444) as it got complaints
from checkpatch.pl.  This does not create any functional change to the
interface.

Link: http://lkml.kernel.org/r/20170427030632.8588-1-khandual@linux.vnet.ibm.com
Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmstat.c