OSDN Git Service

staging: lustre: ptlrpc: Replace seq_printf() with seq_putc()
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Mon, 26 Oct 2015 17:07:26 +0000 (22:37 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2015 05:37:09 +0000 (14:37 +0900)
commit8d816fb6cd4fa52f3efab89802dfa9d3e8371d77
treeb162e8c75df669e1b6ce51a7372a52d21578cb25
parent70003e65208539658cdcb90c978e10b010a477a8
staging: lustre: ptlrpc: Replace seq_printf() with seq_putc()

Replace seq_printf() with seq_putc() since it is more expensive than
seq_putc().

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c