fs: dlm: use list_first_entry marco
authorAlexander Aring <aahringo@redhat.com>
Thu, 27 Oct 2022 20:45:17 +0000 (16:45 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 8 Nov 2022 18:59:41 +0000 (12:59 -0600)
commitd3e4dc5d68c8fef719291cc9f3dc907aac494c55
treed6d5cbdd44905081ff97d328d0ff51456b80a620
parent85839f27b17ddebe21d36a174050420783824ed3
fs: dlm: use list_first_entry marco

Instead of using list_entry() this patch moves to using the
list_first_entry() macro.

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