]> Git Repo - linux.git/commit - mm/vmstat.c
mm/vmstat.c: standardize file operations variable names
authorAnshuman Khandual <[email protected]>
Thu, 6 Jul 2017 22:37:15 +0000 (15:37 -0700)
committerLinus Torvalds <[email protected]>
Thu, 6 Jul 2017 23:24:31 +0000 (16:24 -0700)
commit9d85e15f1d552653c989dbecf051d8eea5937be8
tree3331006d81b1e81ba9abb0746959a0815cf588b2
parent51f9f82c855d65ef14c2af10e0d2c86ec332a182
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/[email protected]
Signed-off-by: Anshuman Khandual <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/vmstat.c
This page took 0.044346 seconds and 4 git commands to generate.