https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230008
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mark Johnston <[email protected]> --- Looks like this occurred because mp->mnt_op == NULL (though it's non-null in the kernel core). MNTK_REFEXPIRE|MNTK_UNMOUNTF is set on the mount, so it seems this was a race with a free of the mountpoint. -- 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]"
