commit | 740bb8fc10d226d64c7da2271cf0b25dab1538dc | [log] [tgz] |
---|---|---|
author | Alexander Aring <aahringo@redhat.com> | Thu Nov 17 17:11:42 2022 -0500 |
committer | David Teigland <teigland@redhat.com> | Mon Nov 21 09:45:49 2022 -0600 |
tree | 31c868a938e4b26ee8dbea6c013efb0e1732882b | |
parent | 9267c85769e62c10961451fd28e88de996fdf401 [diff] |
fs: dlm: ast do WARN_ON_ONCE() on hotpath This patch changes the ast hotpath functionality in very unlikely cases that we do WARN_ON_ONCE() instead of WARN_ON() to not spamming the console output if we run into states that it would occur over and over again. Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>