summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAbhijith Das <adas@redhat.com>2007-09-13 23:35:27 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2007-10-10 08:56:14 +0100
commitb4c20166dcfca106f0f416bfce200099ed76ab18 (patch)
tree474e8c3bda161953202793c0801ab00a5b5433de /init
parent1ad38c437fa33f85ba4b6a85ea8c5478ee72d5bd (diff)
downloadlinux-stable-b4c20166dcfca106f0f416bfce200099ed76ab18.tar.gz
linux-stable-b4c20166dcfca106f0f416bfce200099ed76ab18.tar.bz2
linux-stable-b4c20166dcfca106f0f416bfce200099ed76ab18.zip
[GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118!
This patch adds a new flag to the gfs2_holder structure GL_FLOCK. It is set on holders of glocks representing flocks. This flag is checked in add_to_queue() and a process is permitted to queue more than one holder onto a glock if it is set. This solves the issue of a process not being able to do multiple flocks on the same file. Through a single descriptor, a process can now promote and demote flocks. Through multiple descriptors a process can now queue multiple flocks on the same file. There's still the problem of a process deadlocking itself (because gfs2 blocking locks are not interruptible) by queueing incompatible deadlock. Signed-off-by: Abhijith Das <adas@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions