inotifyd problems

Vladimir Dronnikov dronnikov at gmail.com
Mon Nov 17 16:48:55 UTC 2008


>
>
> inotifyd: exec echo 00008000            hello
>

Aha. 8000 is IN_IGNORED. We should bitwise AND received event mask with
0x0FFF.
Indeed, if you move a side file to watched one, the watch should report only
the Delete event.
Then it becomes stale since watched inode does not exist anymore.

Try http://drvv.ru/busybox/inotifyd.patch . Does it work for you?

--
Vladimir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/busybox/attachments/20081117/5bac5ba0/attachment-0002.htm 


More information about the busybox mailing list