]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dlm: dlm_config_info config fields to unsigned int
authorAlexander Aring <aahringo@redhat.com>
Fri, 4 Oct 2024 15:13:42 +0000 (11:13 -0400)
committerDavid Teigland <teigland@redhat.com>
Fri, 4 Oct 2024 15:31:31 +0000 (10:31 -0500)
commitcc5580bca3a4103265a7fa1e081f853319b8aa0f
tree0ac47c4a8475e4b5779127a50074d96cec582f55
parent76e342d32f7fc536939ce60ed92b3f5e4addad0f
dlm: dlm_config_info config fields to unsigned int

We are using kstrtouint() to parse common integer fields. This patch
will switch to use unsigned int instead of int as we are parsing
unsigned integer values.

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