]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8ce1aea5cb2c2043abe1b172c2ac88356a1e7bb7
tree5bdd741ee032cd4de11f97e59d3aee6be25b953c
parent576fc98395938d306e04a4607c84f2debf33f951
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