Notes:
In short: The FUSE 2.4 fix, fuseroot#size, and fuseroot#raw_open and related utilities!
FuseFS 0.5 works on latest FUSEs!
Changes:
* Fixed for FUSE 2.4. direct_io turned from a mount option in 2.3 to a lib
option in 2.4.
* _why_the_lucky_stiff's railsfs.rb added to the samples/ dir.
* FuseRoot#raw_open is called with the path and "r" "w" "rw" for read or
write modes, along with "a" if it is called for appending.
* If raw_open returns true, FuseFS will call raw_read, raw_write, and
raw_close at necessary points. (See API.txt)
* FuseRoot#size is optionally called to determine file sizes, should the
user want a file size to be reported as anything other than 0
|