Changeset 8dc72b64 in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2009-03-02T17:37:19Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
16da5f8e
Parents:
6519d6f
Message:

support for pending (blocking) mounts (waiting for the presence of the filesystem implementation)
the mount point and filesystem type arguments of VFS_MOUNT were swapped, the IPC_M_PING was eliminated
small cleanups

File:
1 edited

Legend:

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

    r6519d6f r8dc72b64  
    283283extern void vfs_node_delref(vfs_node_t *);
    284284
     285extern void vfs_process_pending_mount(void);
    285286extern void vfs_register(ipc_callid_t, ipc_call_t *);
    286287extern void vfs_mount(ipc_callid_t, ipc_call_t *);
Note: See TracChangeset for help on using the changeset viewer.