]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
gfs2: Add some flags missing from glock output
authorBob Peterson <rpeterso@redhat.com>
Tue, 9 Jun 2020 17:29:08 +0000 (13:29 -0400)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 3 Aug 2020 11:20:13 +0000 (13:20 +0200)
commit5deaf1f63bafcec48e70e70669c567072c574f69
tree8f6d6a5a496e5ac12307a5250c4d8e9d4c3d4545
parent11ba468877bb23f28956a35e896356252d63c983
gfs2: Add some flags missing from glock output

Before this patch, three flags were not represented in the glock output.
This patch adds them in:

c - GLF_INODE_CREATING
P - GLF_PENDING_DELETE
x - GLF_FREEING (both f and F are already used)

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glock.c