Changeset a0edf5f in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2007-09-16T11:02:33Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b006bfb8
Parents:
2b20947
Message:

VFS work.

Added mandatory VFS_LOOKUP

Handling of VFS_REGISTER request should be now more or less complete.
Added code that inserts the new fs_info structure into the list of registered
filesystems and creates a callback connection to the client FS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r2b20947 ra0edf5f  
    4444        VFS_MOUNT,
    4545        VFS_UNMOUNT,
     46        VFS_LOOKUP,
    4647        VFS_OPEN,
    4748        VFS_CREATE,
     
    8485        link_t fs_link;
    8586        vfs_info_t vfs_info;
     87        ipcarg_t phone;
    8688} fs_info_t;
    8789
Note: See TracChangeset for help on using the changeset viewer.