DPFS icon indicating copy to clipboard operation
DPFS copied to clipboard

Do not send eRPC response for `forget` and the such

Open Peter-JanGootzen opened this issue 1 year ago • 0 comments

Some FUSE requests are fire-and-forget, and thus do not need a reply. Currently, the RVFS implementation sends a reply for every request, even forget. This can be optimized away.

Peter-JanGootzen avatar Jul 11 '23 10:07 Peter-JanGootzen