]> git.baikalelectronics.ru Git - kernel.git/commit
mballoc: replace seq_printf with seq_puts
authorXu Wang <vulab@iscas.ac.cn>
Mon, 10 Aug 2020 02:21:58 +0000 (02:21 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 18 Aug 2020 18:21:59 +0000 (14:21 -0400)
commit84957b11128d4e6c7dce51fb9ae7c41c4ddf67ad
tree101c0612ef0f03653eeb4d2e4a69f73f5bfe94ff
parenta64a0194c4ddcd7c7482ddc8a247779f8a96c3bf
mballoc: replace seq_printf with seq_puts

seq_puts is a lot cheaper than seq_printf, so use that to print
literal strings.

Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com>
Link: https://lore.kernel.org/r/20200810022158.9167-1-vulab@iscas.ac.cn
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c