DescriptionAdd support for almost-recursive watches in Linux DirectoryWatcher
After this patch DirectoryWatcher when asked for recursive watch will scan the
subtree and add inotify watches for each subfolder, but further changes to the
tree structure won't trigger adding/removing watches.
Support for really recursive watches is planned. This is just to divide the
work, because the task is not easy.
Based on patch by Janwar Dinata <j.dinata@gmail.com> reviewed at http://codereview.chromium.org/92151
http://crbug.com/8968
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=16070
Patch Set 1 #
Total comments: 4
Patch Set 2 : fixes #Patch Set 3 : fix threading issues #Patch Set 4 : fix NULL file_thread scenario #
Total comments: 1
Messages
Total messages: 10 (0 generated)
|