https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242768
--- Comment #9 from Rick Macklem <[email protected]> --- Well, if you look at nfsvno_getvp(), it simply makes the file system busy and then does a VFS_FHTOVP(..LK_EXCLUSIVE..); --> It seems that the file system doesn't do the above VFS call correctly, since it then crashes doing a VOP_UNLOCK() on it, after it returning success for the call. What kind of file system is exported? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
