Changeset 12a56fa in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2007-09-28T14:44:23Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
90e6025
Parents:
84b86dcb
Message:

VFS work.

Modify vfs_lookup_internal() to be able to work with an alternate root. This
will be useful for VFS_MOUNT support.

Improve observability and debuggability by explicitly zeroing out PLB after the
path has been looked up.

File:
1 edited

Legend:

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

    r84b86dcb r12a56fa  
    150150extern int fs_name_to_handle(char *name, bool lock);
    151151
    152 extern int vfs_lookup_internal(char *path, size_t len, vfs_node_t *result);
     152extern int vfs_lookup_internal(char *path, size_t len, vfs_node_t *result,
     153    vfs_node_t *altroot);
    153154
    154155extern void vfs_register(ipc_callid_t, ipc_call_t *);
Note: See TracChangeset for help on using the changeset viewer.