summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
diff options
context:
space:
mode:
authorBob Peterson2017-07-26 17:57:35 +0200
committerBob Peterson2017-08-09 16:36:39 +0200
commit645ebd49f0583f91234aa043ef71ddebe7e8351e (patch)
treed9c6acfb9b5f38574a8ed924c1a1eccf8de5e2cf /fs/gfs2/super.c
parentGFS2: Don't bother trying to add rgrps to the lru list (diff)
downloadkernel-qcow2-linux-645ebd49f0583f91234aa043ef71ddebe7e8351e.tar.gz
kernel-qcow2-linux-645ebd49f0583f91234aa043ef71ddebe7e8351e.tar.xz
kernel-qcow2-linux-645ebd49f0583f91234aa043ef71ddebe7e8351e.zip
GFS2: Don't waste time locking lru_lock for non-lru glocks
Before this patch, glock_dq would call gfs2_glock_remove_from_lru. For glocks that are never put on the LRU, such as the transaction glock, this just takes the spin_lock, determines there's nothing to be done because the list is empty, then unlocks again. This was causing unnecessary lock contention on the lru_lock spin_lock. This patch adds a check for GLOF_LRU in the glops before taking the spin_lock. Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'fs/gfs2/super.c')
0 files changed, 0 insertions, 0 deletions