]> 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)
commit7169790d323b2868c3252130e114795b91b73e29
tree2befe2b0136b720305f684de5e3ffb638dcdf325
parent6590b1a0f89b48daed1bdc28c005ae8892d71b5a
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