search for: inotify_

Displaying 1 result from an estimated 1 matches for "inotify_".

Did you mean: inotify
2016 Jan 28
1
[PATCH] inotify_add_watch: pass IN_ALL_EVENTS as mask for test
...ion(+), 1 deletion(-) diff --git a/generator/actions.ml b/generator/actions.ml index 0d227cf..24c6eb7 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -7274,7 +7274,7 @@ per libguestfs instance." }; InitScratchFS, Always, TestResult ( [["mkdir"; "/inotify_add_watch"]; ["inotify_init"; "0"]; - ["inotify_add_watch"; "/inotify_add_watch"; "1073741823"]; + ["inotify_add_watch"; "/inotify_add_watch"; "4095"]; ["touch"; "/...