]> git.baikalelectronics.ru Git - kernel.git/commit
seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char
authorJoe Perches <joe@perches.com>
Sat, 8 Oct 2016 00:02:20 +0000 (17:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Oct 2016 01:46:30 +0000 (18:46 -0700)
commitbd2c8f2fd70aefebc63275e134b49b56bf559a1b
tree7a4d91412f3beefe884b3ef8cac536d304d66fa9
parent511fb85bcc5b04a4043281ce746e47bc2cb1850b
seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char

Allow some seq_puts removals by taking a string instead of a single
char.

[akpm@linux-foundation.org: update vmstat_show(), per Joe]
Link: http://lkml.kernel.org/r/667e1cf3d436de91a5698170a1e98d882905e956.1470704995.git.joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Joe Perches <joe@perches.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/array.c
fs/proc/stat.c
fs/seq_file.c
include/linux/seq_file.h
mm/vmstat.c