gfs2: Switch to list_{first,last}_entry
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 3 Feb 2020 18:22:45 +0000 (19:22 +0100)
committerBob Peterson <rpeterso@redhat.com>
Fri, 27 Mar 2020 19:08:04 +0000 (14:08 -0500)
commit969183bc68bc27d637d6d29e81d71cf854d0ca61
tree5bdd741ee032cd4de11f97e59d3aee6be25b953c
parent40e7e86ef16550c7371939c7025041b7740f252e
gfs2: Switch to list_{first,last}_entry

Replace open-coded versions of list_first_entry and list_last_entry with those
functions.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/bmap.c
fs/gfs2/glock.c
fs/gfs2/log.c
fs/gfs2/lops.c
fs/gfs2/quota.c
fs/gfs2/recovery.c
fs/gfs2/super.c