]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/locks.c
locks: skip deadlock detection on FL_FILE_PVT locks
authorJeff Layton <jlayton@redhat.com>
Mon, 3 Feb 2014 17:13:09 +0000 (12:13 -0500)
committerJeff Layton <jlayton@redhat.com>
Mon, 31 Mar 2014 12:24:43 +0000 (08:24 -0400)
commit57b65325fe34ec4c917bc4e555144b4a94d9e1f7
treea32ab9e75285537407e5ec95d95056167af7fac4
parentc1e62b8fc355e0c3706f1ae0dacb72d1c514dc80
locks: skip deadlock detection on FL_FILE_PVT locks

It's not really feasible to do deadlock detection with FL_FILE_PVT
locks since they aren't owned by a single task, per-se. Deadlock
detection also tends to be rather expensive so just skip it for
these sorts of locks.

Also, add a FIXME comment about adding more limited deadlock detection
that just applies to ro -> rw upgrades, per Andy's request.

Cc: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/locks.c