]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4cf5f851033461382c642bc6d8bf88600eabf5f7
treeb162e8c75df669e1b6ce51a7372a52d21578cb25
parentc588390bad40beac5b9295b28a82c9c3bca8ba97
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