BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / fdbcccf62b88b2a1490e2c6cfae5a7c1e61e7cf3 / vfs / inode.c

// Related

Nucleus

Barry SuperBlock Inode list fdbcccf (3 years, 3 months ago)
diff --git a/vfs/inode.c b/vfs/inode.c
index 03c301d..e4414cf 100644
--- a/vfs/inode.c
+++ b/vfs/inode.c
@@ -45,7 +45,7 @@ inode_delete(Object *obj)
 
 	/* Remove inode from the SuperBlock's list */
 	if (inode->super) {
-//		super_remove_inode(inode->super, inode);
+		remove(inode->super->inodes, inode);
 		put(inode->super);
 	}