Changeset 828d215 in mainline for uspace/srv/fs/fat/fat.c

Timestamp:
2007-11-03T15:25:01Z (17 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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.