diff options
author | Alexander Aring <aahringo@redhat.com> | 2022-10-27 16:45:27 -0400 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2022-11-08 12:59:41 -0600 |
commit | 775af207464bd28a2086f8399c0b2a3f1f40c7ae (patch) | |
tree | 2c9cfa331154dd69c339e60afc0dd411d23935e6 /fs/dlm/requestqueue.c | |
parent | 3e54c9e80e68b765d8877023d93f1eea1b9d1c54 (diff) | |
download | lwn-775af207464bd28a2086f8399c0b2a3f1f40c7ae.tar.gz lwn-775af207464bd28a2086f8399c0b2a3f1f40c7ae.zip |
fs: dlm: use WARN_ON_ONCE() instead of WARN_ON()
To not get the console spammed about WARN_ON() of invalid states in the
dlm midcomms hot path handling we switch to WARN_ON_ONCE() to get it
only once that there might be an issue with the midcomms state handling.
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/requestqueue.c')
0 files changed, 0 insertions, 0 deletions