--- - branch: MAIN date: Fri Jan 27 10:50:10 UTC 2017 files: - new: '1.47' old: '1.46' path: src/sys/kern/vfs_mount.c pathrev: src/sys/kern/vfs_mount.c@1.47 type: modified - new: '1.73' old: '1.72' path: src/sys/kern/vfs_vnode.c pathrev: src/sys/kern/vfs_vnode.c@1.73 type: modified id: 20170127T105010Z.132425fbb62310c01143a6d59c19474e2ba89a6c log: | Vrecycle() cannot wait for the vnode lock. On a leaf file system this lock will always succeed as we hold the last reference and prevent further references. On layered file systems waiting for the lock would open a can of deadlocks as the lower vnodes may have other active references. module: src subject: 'CVS commit: src/sys/kern' unixtime: '1485514210' user: hannken