Changeset 828d215 in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2007-11-03T15:25:01Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ec01adf
Parents:
20614d0
Message:

VFS work.

Allocate the open filess array dynamically and protect access to it via a
per-connection futex. Defer its allocation until the client makes a first
VFS_OPEN request.

Actually call vfs_mount() and vfs_open(), respectively, when the VFS_MOUNT and
VFS_OPEN requests, respectively, are received from the client.

File:
1 edited

Legend:

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

    r20614d0 r828d215  
    176176#define MAX_OPEN_FILES  128     
    177177
    178 extern bool vfs_conn_open_files_init(void);
    179 
    180178extern void vfs_register(ipc_callid_t, ipc_call_t *);
    181179extern void vfs_mount(ipc_callid_t, ipc_call_t *);
Note: See TracChangeset for help on using the changeset viewer.