After a resize event is triggered, reset it; this prevents the resize
(NOTE_ATTRIB) event from being triggered more than once.
Currently, the blockif resize functionality is the only user of
mevent_add_flags() - so this change won't affect other mevent users.
I noticed this when bhyve was consuming a 100% of the cpu after a resize
event was triggered.