mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-07 03:14:38 +08:00
Remove write_buf, simplify FUSE msg dispatching
This commit is contained in:
@ -46,8 +46,7 @@ struct fuse_notify_req
|
||||
void (*reply)(struct fuse_notify_req *,
|
||||
fuse_req_t,
|
||||
uint64_t,
|
||||
const void *,
|
||||
const struct fuse_buf *);
|
||||
const void *);
|
||||
struct fuse_notify_req *next;
|
||||
struct fuse_notify_req *prev;
|
||||
};
|
||||
|
Reference in New Issue
Block a user