BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 5acaf7454950930ccdaeca9388a046c17fb547b8 / vfs / tmpfs / super.c

// Related

Nucleus

Barry Virtual File System 5acaf74 (3 years, 3 months ago)
diff --git a/vfs/tmpfs/super.c b/vfs/tmpfs/super.c
new file mode 100644
index 0000000..989d2c0
--- /dev/null
+++ b/vfs/tmpfs/super.c
@@ -0,0 +1,11 @@
+#include <nucleus/vfs.h>
+
+/* Mount a tmpfs instance */
+Inode *
+tmpfs_mount(FSType *type, int flags, const char *dev, void *data)
+{
+//	SuperBlock *super = new(&superBlockType);
+
+//	super->type = 
+	return NULL;
+}