[Bug 167688] [fusefs] Incorrect signal handling with direct_io

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 28 01:12:35 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167688

--- Comment #7 from Conrad Meyer <cem at freebsd.org> ---
(In reply to Conrad Meyer from comment #6)
Sigh.  Yes, we PCATCH, *but*:

314 static int
315 fticket_wait_answer(struct fuse_ticket *ftick)
316 {
...
334         fuse_block_sigs(&tset);
335         err = msleep(ftick, &ftick->tk_aw_mtx, PCATCH, "fu_ans",
336             data->daemon_timeout * hz);
337         fuse_restore_sigs(&tset);

We block all signals but SIGKILL.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list