nfsd: Use seq_putc() in two functions
authorXu Wang <vulab@iscas.ac.cn>
Thu, 18 Jun 2020 01:56:13 +0000 (01:56 +0000)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 13 Jul 2020 21:28:46 +0000 (17:28 -0400)
commit0b7cd9d9ca66e5181f3a120cb5b44433efd0ad55
tree468feec7574692016e2ab31577c6b4762a5f89dc
parent6787f0bea27a24e4c306616565b02234ee558cfb
nfsd: Use seq_putc() in two functions

A single character (line break) should be put into a sequence.
Thus use the corresponding function "seq_putc()".

Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4idmap.c