]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
gfs2: Rename gfs2_{write => flush}_revokes
authorAndreas Gruenbacher <agruenba@redhat.com>
Sat, 19 Dec 2020 02:11:51 +0000 (03:11 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 19 Jan 2021 20:17:49 +0000 (21:17 +0100)
commite7501bf88cd77ed3a1bc65c451600a847c80485b
tree0a6aa5e19c1b43a3859a73cc670c523753c043ee
parent625a8edd5e00e7c4c70a125a433ec7598d9f0c27
gfs2: Rename gfs2_{write => flush}_revokes

Function gfs2_write_revokes doesn't actually write any revokes; instead, it
adds revokes to the system transaction during a flush.

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