https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230220
--- Comment #3 from Dexuan Cui <de...@microsoft.com> --- BTW, I don't know why the file contrib/hyperv/tools/hv_vss_daemon.c (https://github.com/freebsd/freebsd/blob/master/contrib/hyperv/tools/hv_vss_daemon.c does NOT use ioctl(g_ufs_suspend_handle, UFSRESUME, ...). I found the below links: https://lists.freebsd.org/pipermail/freebsd-fs/2016-June/023447.html https://reviews.freebsd.org/D8224?id=22069 And the 2nd link says: "the filesystem gets automatically unsuspended as soon as you close the /dev/ufssuspend file descriptor." So it looks closing the /dev/ufssuspend file descriptor is equivalent to ioctl(g_ufs_suspend_handle, UFSRESUME, ...)? -- 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"