In article <local.mail.freebsd-current/[EMAIL PROTECTED]> you write:
>       Blast from the past. This patch seemed reasonable to me at the time, but I
>notice you didn't commit it. Any reason why? The issue has just come up
>again on -questions.

It shouldn't be needed.  Instead, the following logic is used:

                        if (kevent(kq, ev, n, NULL, 0, &ts) < 0) {
                                close(kq);
                                kq = -1;
                                action = USE_SLEEP;

Registration of a VNODE filter on a filesystem that doesn't understand
it (NFS) should fail.  Hardcoding ufs in the binary is the wrong thing 
to do; it precludes kernel enhancements later where other filesystems 
are taught about kqueue.
-- 
Jonathan

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to