libfuse cleanup: remove cuse

This commit is contained in:
Antonio SJ Musumeci
2020-08-01 18:51:23 -04:00
parent 5f12fb6a5f
commit 3bfdd78434
6 changed files with 8 additions and 556 deletions

View File

@ -76,7 +76,6 @@ struct fuse_ll
int no_splice_read;
struct fuse_lowlevel_ops op;
int got_init;
struct cuse_data *cuse_data;
void *userdata;
uid_t owner;
struct fuse_conn_info conn;
@ -129,6 +128,4 @@ struct fuse *fuse_setup_common(int argc, char *argv[],
void *user_data,
int compat);
void cuse_lowlevel_init(fuse_req_t req, fuse_ino_t nodeide, const void *inarg);
int fuse_start_thread(pthread_t *thread_id, void *(*func)(void *), void *arg);