Ignore:
File:
1 edited

Legend:

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

    r810860a rafe34be  
    8888        requires:
    8989                [/uspace/lib/libc/requires]
     90                ns ns;
    9091                tmpfs tmpfs;
    9192                fat fat;
    9293                devfs devfs;
    93                 ns ns;
     94        initialization:
     95                !ns.ipc_m_connect_to_me /* vfs */
    9496        protocol:
    95                 [/uspace/lib/libc/protocol] |
    96                 [vfs_server.bp]
     97                [/uspace/lib/libc/protocol]
    9798};
    9899
     
    110111        bind fat:vfs to io_dispatcher:vfs;
    111112        bind devfs:vfs to io_dispatcher:vfs;
     113       
     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;
    112121       
    113122        delegate vfs to io_dispatcher:vfs;
Note: See TracChangeset for help on using the changeset viewer.