]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: Rename sd_log_le_{revoke,ordered}
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 5 Apr 2019 11:16:14 +0000 (12:16 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 7 May 2019 21:39:14 +0000 (23:39 +0200)
commitbf9323a990f583f69a39c656dd597ee1bc4df76b
tree2befe2b0136b720305f684de5e3ffb638dcdf325
parente92db376e922561588655f92162a1af14e999e3e
gfs2: Rename sd_log_le_{revoke,ordered}

Rename sd_log_le_revoke to sd_log_revokes and sd_log_le_ordered to
sd_log_ordered: not sure what le stands for here, but it doesn't add
clarity, and if it stands for list entry, it's actually confusing as
those are both list heads but not list entries.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/incore.h
fs/gfs2/log.c
fs/gfs2/log.h
fs/gfs2/lops.c
fs/gfs2/ops_fstype.c
fs/gfs2/trans.c