]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
dlm: move to rinfo for all middle conversion cases
authorAlexander Aring <aahringo@redhat.com>
Thu, 14 Aug 2025 15:22:12 +0000 (11:22 -0400)
committerDavid Teigland <teigland@redhat.com>
Thu, 14 Aug 2025 20:16:04 +0000 (15:16 -0500)
commita8abcff174f7f9ce4587c6451b1a2450d01f52c9
tree511252d38f898ad21ff1db7e778d1e63f5eeb26a
parent452d90def2dce8513d75981a4dc48e94e65ff54b
dlm: move to rinfo for all middle conversion cases

Since commit f74dacb4c8116 ("dlm: fix recovery of middle conversions")
we introduced additional debugging information if we hit the middle
conversion by using log_limit(). The DLM log_limit() functionality
requires a DLM debug option being enabled. As this case is so rarely and
excempt any potential introduced new issue with recovery we switching it
to log_rinfo() ad this is ratelimited under normal DLM loglevel.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lock.c
fs/dlm/recover.c