aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index 48211bc..15c5d8b 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -415,16 +415,6 @@ int fuse_dev_init(void);
void fuse_dev_cleanup(void);
/**
- * Initialize the fuse filesystem
- */
-int fuse_fs_init(void);
-
-/**
- * Cleanup the fuse filesystem
- */
-void fuse_fs_cleanup(void);
-
-/**
* Allocate a request
*/
struct fuse_req *fuse_request_alloc(void);