Re: devfs deadlock

2006-10-19 Thread John Baldwin
devfs_vnops.c Log: Resolve the devfs deadlock caused by LOR between devfs_mount-dm_lock and vnode lock in devfs_allocv. Do this by temporary dropping dm_lock around vnode locking. For safe operation, add hold counters for both devfs_mount and devfs_dirent, and DE_DOOMED flag

devfs deadlock

2006-08-18 Thread Alex Unleashed
Hello, Before anything else I'd like to say I'm working on a SoC project for Gentoo for which I have to port a sandbox-like application wrapper (in userspace) to FreeBSD, which deals with the building and installing of software so that nothing gets screwed in the filesystem. It's finished, but