David Galeano
David Galeano
Removed one memory allocation per PDU creation. The output data memory block is now behind the header block. Removed one memory allocation per response. The input buffer is now kept...
Unnecessary use of floating point operations when using fuse_reply_entry or fuse_add_direntry_plus
The structure `fuse_entry_param` requires storing the timeout values as `double`s which internally are converted to integers when filling the `fuse_entry_out` structure that is sent back to the kernel. This conversion...
When running luacheck on this file it will warn that several lines are "setting non-standard global variable _". To avoid the warning an declare "_" as local I added it...
I think `rpc_reconnect_requeue` should call `rpc_free_all_fragments` when resetting the state of the rpc context, otherwise any fragments already received before the reconnection will be left over and reused when trying...