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

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Konstantin Belousov <[email protected]> ---
(In reply to fernando.apesteguia from comment #3)
I mean that EV_ONESHOT is excessive when you continuously poll for the same
event.  It causes useless work for re-registering the event for each iteration.

I updated the code by removing the EV_ONESHOT (EV_CLEAR is needed because the
vnode events are level-triggered), and also did misc. style cleanups.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"

Reply via email to