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)
commit75ba1d07fd6a494851db5132612944a9d4773f9c
tree7a4d91412f3beefe884b3ef8cac536d304d66fa9
parentf7a5f132b447cb6301ab3f0b0468a63db29e41f5
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