fs: dlm: handle -EINVAL as log_error()
authorAlexander Aring <aahringo@redhat.com>
Mon, 15 Aug 2022 19:43:18 +0000 (15:43 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 23 Aug 2022 19:49:09 +0000 (14:49 -0500)
commit9ac8ba46a701b863be3f197d7eece4c635d0afe4
treefd7496cfda990f00a8aeed6f8cb6fcb6e69d5715
parentc2d76a62d866ae9c03f09ec2a9f9fb266ad586b8
fs: dlm: handle -EINVAL as log_error()

If the user generates -EINVAL it's probably because they are
using DLM incorrectly.  Change the log level to make these
errors more visible.

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