K 10 svn:author V 3 phk K 8 svn:date V 27 2004-12-06T08:31:32.000000Z K 7 svn:log V 410 For reasons unknown, the nfs locking code used a fifo to send requests to userland and a dedicated system call to get replies. The vnode-bypass of fifos broke this into a panic. Ditch all the magic and create a device /dev/nfslock instead, and use that for both directions apart from the shorter path, this is also faster because the device driver runs Giant free using the vnode bypass. Noticed by: marcel END