Alexander Aring 2efaecaf96 fs: dlm: fix debugfs dump
[ Upstream commit 92c48950b43f4a767388cf87709d8687151a641f ]

This patch fixes the following message which randomly pops up during
glocktop call:

seq_file: buggy .next function table_seq_next did not update position index

The issue is that seq_read_iter() in fs/seq_file.c also needs an
increment of the index in an non next record case as well which this
patch fixes otherwise seq_read_iter() will print out the above message.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-05-22 10:59:39 +02:00
..
2020-10-30 10:38:28 +01:00
2016-06-21 09:04:24 -05:00
2021-05-22 10:59:39 +02:00
2014-02-14 11:54:44 -06:00
2014-11-19 14:48:02 -06:00
2020-08-19 08:15:02 +02:00
2016-12-14 08:31:37 -08:00
2017-10-09 09:29:31 -05:00
2017-10-09 09:29:31 -05:00
2019-12-13 08:52:23 +01:00