|
@@ -998,11 +998,13 @@ static int seq_show(struct seq_file *s, void *v)
|
|
|
{
|
|
|
const struct nfulnl_instance *inst = v;
|
|
|
|
|
|
- return seq_printf(s, "%5d %6d %5d %1d %5d %6d %2d\n",
|
|
|
- inst->group_num,
|
|
|
- inst->peer_portid, inst->qlen,
|
|
|
- inst->copy_mode, inst->copy_range,
|
|
|
- inst->flushtimeout, atomic_read(&inst->use));
|
|
|
+ seq_printf(s, "%5d %6d %5d %1d %5d %6d %2d\n",
|
|
|
+ inst->group_num,
|
|
|
+ inst->peer_portid, inst->qlen,
|
|
|
+ inst->copy_mode, inst->copy_range,
|
|
|
+ inst->flushtimeout, atomic_read(&inst->use));
|
|
|
+
|
|
|
+ return 0;
|
|
|
}
|
|
|
|
|
|
static const struct seq_operations nful_seq_ops = {
|