I tried it with BB 1.12.1. If the only event is IN_IGNORED (0x8000) the if(m) 
is false and 'goto done' is never executed.
On my system the agent program is always called with one event at a time.

Piotr


    So we should implicitly add IN_IGNORED to the watching mask regardless the 
user specified it on not. Then, after we have wait()ed for the agent, we should 
check whether IN_IGNORED is in received event mask, and exit if it is. Right?

  Denys, please, take a look. May be so: http://drvv.ru/busybox/inotifyd.patch ?


    --
    Vladimir


_______________________________________________
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to