]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: Use resource group glock sharing
authorBob Peterson <rpeterso@redhat.com>
Tue, 24 Apr 2018 17:35:02 +0000 (10:35 -0700)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 17 Feb 2021 18:30:28 +0000 (19:30 +0100)
commitf534f83c6ed8cc917154ff51705d9a70b6faacbc
tree4d6fc3cd4af0675fd95fa82e0575bc4c9f94c8c4
parentc562632db7d61d77527bd64e3b6046de219fab0a
gfs2: Use resource group glock sharing

This patch takes advantage of the new glock holder sharing feature for
resource groups.  We have already introduced local resource group
locking in a previous patch, so competing accesses of local processes
are already under control.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/bmap.c
fs/gfs2/inode.c
fs/gfs2/rgrp.c
fs/gfs2/super.c
fs/gfs2/xattr.c