Renamed timefsN examples to fuse_notify_*
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 10 Oct 2016 03:29:04 +0000 (20:29 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 10 Oct 2016 05:03:07 +0000 (22:03 -0700)
commit64c97de5be7f899e1d36e620b3a5959d122909c7
tree643c4e3c8fc8aeccfb7cc8416cd2e0d9d292e5cb
parenta668d264d6d123bba3e33b0af39e2cacce88d047
Renamed timefsN examples to fuse_notify_*

This should make it more obvious at first glance what the different
examples do.
ChangeLog.rst
example/.gitignore
example/Makefile.am
example/notify_inval_entry.c [new file with mode: 0644]
example/notify_inval_inode.c [new file with mode: 0644]
example/notify_store_retrieve.c [new file with mode: 0644]
example/timefs1.c [deleted file]
example/timefs2.c [deleted file]
example/timefs3.c [deleted file]
test/test_examples.py