X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fvfs%2Ffs%2Froot.c;fp=KernelLand%2FKernel%2Fvfs%2Ffs%2Froot.c;h=e97231bb43297bff385bccbc12fba3398487fbec;hb=891868f0b4d64eb274b5810ac0c4f0a53d104114;hp=6c45f40e36a11a7fd4c2a6dd24831c55f320c87c;hpb=42fb98c5f353bf3e7cfbc202e2ace886b0c85874;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/vfs/fs/root.c b/KernelLand/Kernel/vfs/fs/root.c index 6c45f40e..e97231bb 100644 --- a/KernelLand/Kernel/vfs/fs/root.c +++ b/KernelLand/Kernel/vfs/fs/root.c @@ -22,7 +22,8 @@ tRamFS_File *Root_int_AllocFile(void); // === GLOBALS === tVFS_Driver gRootFS_Info = { - "rootfs", 0, Root_InitDevice, NULL, NULL + .Name = "rootfs", + .InitDevice = Root_InitDevice }; tRamFS_File RootFS_Files[MAX_FILES]; tVFS_ACL RootFS_DirACLs[3] = {