summaryrefslogtreecommitdiffstats
path: root/fs/compat.c
diff options
context:
space:
mode:
authorJeff Layton2014-02-03 18:13:09 +0100
committerJeff Layton2014-03-31 14:24:43 +0200
commit57b65325fe34ec4c917bc4e555144b4a94d9e1f7 (patch)
treea32ab9e75285537407e5ec95d95056167af7fac4 /fs/compat.c
parentlocks: pass the cmd value to fcntl_getlk/getlk64 (diff)
downloadkernel-qcow2-linux-57b65325fe34ec4c917bc4e555144b4a94d9e1f7.tar.gz
kernel-qcow2-linux-57b65325fe34ec4c917bc4e555144b4a94d9e1f7.tar.xz
kernel-qcow2-linux-57b65325fe34ec4c917bc4e555144b4a94d9e1f7.zip
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>
Diffstat (limited to 'fs/compat.c')
0 files changed, 0 insertions, 0 deletions