]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
GFS2: Allow caching of glocks for flock
authorBob Peterson <rpeterso@redhat.com>
Thu, 26 Jun 2014 14:47:48 +0000 (10:47 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 18 Jul 2014 10:14:12 +0000 (11:14 +0100)
commit97a4f1d7653684fff0d50e9328917506f06e9d79
tree48978e91d468e3e2ad446e272213f23c4fc3a572
parent5bef3e7cf18c56cc733777c61b6b61a0b8a62b35
GFS2: Allow caching of glocks for flock

This patch removes the GLF_NOCACHE flag from the glocks associated with
flocks. There should be no good reason not to cache glocks for flocks:
they only force the glock to be demoted before they can be reacquired,
which can slow down performance and even cause glock hangs, especially
in cases where the flocks are held in Shared (SH) mode.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/file.c