Fix race condition in notify_* examples
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 10 Oct 2016 18:18:00 +0000 (11:18 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 10 Oct 2016 18:47:29 +0000 (11:47 -0700)
commit2044df660f193d6eb26e2e5121fb33d2f1dcc145
treee7f32d8a75448f382fdca47e05f738fc4ab70171
parent71064a41f823d2c857813330e8a3bce876e43553
Fix race condition in notify_* examples

The fix in commit cf4159156b was incomplete. While some false positives
are caused by sleep() in the file system taking longer than expected,
there was also a race condition where the file system would run before
the contents are initialized properly.
example/notify_inval_entry.c
example/notify_inval_inode.c
example/notify_store_retrieve.c
test/test_examples.py