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


Ignore:
Timestamp:
2008-02-25T22:22:57Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c441cf8
Parents:
07e01e6
Message:

Separate creation of a TMPFS node and its linking in the file system name space.
Rename VFS_FREE to VFS_DESTROY and destroy_node() to unlink_node().

File:
1 edited

Legend:

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

    r07e01e6 rfdb7795  
    5858typedef enum {
    5959        VFS_LOOKUP = VFS_LAST_CMN,
    60         VFS_FREE,
     60        VFS_DESTROY,
    6161        VFS_LAST_CLNT,  /* keep this the last member of this enum */
    6262} vfs_request_clnt_t;
Note: See TracChangeset for help on using the changeset viewer.