inotifyd problems

Piotr Grudzinski piotr at powersmiths.com
Mon Nov 17 17:18:59 UTC 2008


Will try it later.
But, with this solution, it seems that my handler is left waiting for events after it was told not to expect any anymore.

Piotr




    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/cad413c6/attachment-0002.htm 


More information about the busybox mailing list