Changeset afe34be in mainline for contrib/arch/uspace/srv/vfs/vfs.adl


Ignore:
Timestamp:
2009-10-08T11:06:45Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e21512e
Parents:
2088dfc
Message:

finally all interfaces are correctly bound

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/uspace/srv/vfs/vfs.adl

    r2088dfc rafe34be  
    8888        requires:
    8989                [/uspace/lib/libc/requires]
     90                ns ns;
    9091                tmpfs tmpfs;
    9192                fat fat;
    9293                devfs devfs;
    93                 ns ns;
    9494        initialization:
    9595                !ns.ipc_m_connect_to_me /* vfs */
     
    112112        bind devfs:vfs to io_dispatcher:vfs;
    113113       
     114        bind tmpfs:tmpfs_nested to tmpfs:tmpfs;
     115        bind tmpfs:fat_nested to fat:fat;
     116        bind tmpfs:devfs_nested to devfs:devfs;
     117       
     118        bind fat:tmpfs_nested to tmpfs:tmpfs;
     119        bind fat:fat_nested to fat:fat;
     120        bind fat:devfs_nested to devfs:devfs;
     121       
    114122        delegate vfs to io_dispatcher:vfs;
    115123       
Note: See TracChangeset for help on using the changeset viewer.