| Age | Commit message (Collapse) | Author | Lines |
|
An earlier version of the fioclient.c example was intended to be
used together with cusexmp.c. The former has since evolved into
ioctl_client.c and no longer has the function necessary to test
CUSE. Therefore, we've added a new cuse_client.c that is clearly
associated with the cuse.c example file system.
|
|
This should make it more obvious at first glance what the different
examples do.
|
|
The new names should make it more obvious at first glance
what each example demonstrates.
|
|
Also, added more comments for the same purpose.
|
|
This does not seem to be working. Maybe because it tries to treat the
mountpoint as a file rather than a directory?
|
|
These examplesdemonstrate the use of the `fuse_lowlevel_notify_store`
and `fuse_lowlevel_notify_inval_inode` functions.
|
|
|
|
Add .gitignore files and delete .cvsignore files.
|