https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230220
Konstantin Belousov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #195682|0 |1 is obsolete| | --- Comment #8 from Konstantin Belousov <[email protected]> --- Created attachment 195685 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195685&action=edit another fix, unsuspend on devfs_set_cdevpriv() error. Issue with the previous fix is that mt process could suspend in two parallel threads, then devfs_set_cdevpriv() would still fail. Note that ffs_susp_lock was held, so I do not think that ffs_reload() is needed. -- 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]"
