Opened 8 years ago
Closed 8 years ago
#401 closed defect (fixed)
Incorrect handling of directory creation by inotify code
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 4.1.4 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
For directories created in an inotify-watched directory tree:
- the recursion depth is not decreased appropriately, and
- they are incorrectly watched as directories even if the recursion depth drops below zero
Note:
See TracTickets
for help on using tickets.
Believed to be fixed by changeset [506].