dlm: handle release_option as unsigned
authorAlexander Aring <aahringo@redhat.com>
Thu, 14 Aug 2025 15:22:13 +0000 (11:22 -0400)
committerDavid Teigland <teigland@redhat.com>
Thu, 14 Aug 2025 20:16:05 +0000 (15:16 -0500)
commit8d90041a0d285044b89629f539ca0685e156848b
tree5be313e30da3d159cb0ce2e0f1296ddc57dc6ed0
parenta8abcff174f7f9ce4587c6451b1a2450d01f52c9
dlm: handle release_option as unsigned

Future patches will introduce a invalid argument check for undefined
values. All values for release_option are positive integer values to not
check on negative values as well we just change the parameter to
unsigned int.

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