mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 12:28:05 +00:00
Add IN_MOVED_FROM to inotify mask.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
b19eb94c7e
commit
1ef48fe868
@ -95,6 +95,7 @@ class DropUploader(service.MultiService):
|
||||
#
|
||||
self.mask = ( inotify.IN_CLOSE_WRITE
|
||||
| inotify.IN_MOVED_TO
|
||||
| inotify.IN_MOVED_FROM
|
||||
| inotify.IN_DELETE
|
||||
| inotify.IN_ONLYDIR
|
||||
| IN_EXCL_UNLINK
|
||||
|
Loading…
Reference in New Issue
Block a user