https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240991
Edward Tomasz Napierala <tr...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tr...@freebsd.org --- Comment #1 from Edward Tomasz Napierala <tr...@freebsd.org> --- I've glanced at this, and it seems somewhat non-trivial. The problem here is that pseudofs(5), which is what linprocfs(5) uses underneath, does not support nested PFS_PROCDEP directories; they trigger a KASSERT, and if you remove that, you'll get a nested lock attempt. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"