libfuse/example
Miklos Szeredi 8edeaa3f29 Add ->flock() operation to low and high level interfaces
This fixes problems with emulating flock() with POSIX locking.
Reported by Sebastian Pipping.

As with lock/setlk/getlk most filesystems don't need to implement
this, as the kernel takes care of file locking.  The only reason to
implement locking operations is for network filesystems which want
file locking to work between clients.
2011-07-06 12:12:01 +02:00
..
.gitignore Add .gitignore files 2010-06-24 13:40:31 +02:00
cusexmp.c cleaning up warnings 2011-05-23 11:15:56 +02:00
fioc.c * Implement ioctl support. On high level interface only 2008-12-05 10:55:36 +00:00
fioc.h CUSE patches from Tejun Heo 2009-06-18 11:11:54 +00:00
fioclient.c cleaning up warnings 2011-05-23 11:15:56 +02:00
fsel.c fix compiler warning 2009-07-01 21:57:33 +00:00
fselclient.c * Implement poll support. Patch by Tejun Heo 2008-12-08 19:26:53 +00:00
fusexmp_fh.c Add ->flock() operation to low and high level interfaces 2011-07-06 12:12:01 +02:00
fusexmp.c utimens must not follow symlinks 2011-07-04 13:01:35 +02:00
hello_ll.c change indenting 2007-12-12 14:25:40 +00:00
hello.c change indenting 2007-12-12 14:25:40 +00:00
Makefile.am Remove -lrt -ldl from fuse.pc for dynamic linking 2011-05-26 11:17:51 +02:00
null.c Make example/null work with -odirect_io 2008-03-05 13:03:59 +00:00