[PATCH] seq/proc: Modify seq_put_decimal_[u]ll to take a const char *, not char

2016-08-08 Thread Joe Perches
Allow some seq_puts removals by taking a string instead of a single char. Signed-off-by: Joe Perches --- On top of Alexey's patch, this would also save a couple percent CPU fs/proc/array.c | 178 ++- fs/proc/stat.c

[PATCH] seq/proc: Modify seq_put_decimal_[u]ll to take a const char *, not char

2016-08-08 Thread Joe Perches
Allow some seq_puts removals by taking a string instead of a single char. Signed-off-by: Joe Perches --- On top of Alexey's patch, this would also save a couple percent CPU fs/proc/array.c | 178 ++- fs/proc/stat.c | 49