Changeset 320c884 in mainline for uspace/srv/vfs/Makefile


Ignore:
Timestamp:
2007-11-04T19:47:32Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
798f364
Parents:
89cb140
Message:

A lot of more VFS prototyping.
VFS_OPEN gets reasonably complete, fix a limitation that prevented file
structures from being shared by multiple file descriptors, add functions for
file descriptor management, introduce unlink_futex and two new VFS operations
VFS_UNLINK and VFS_RENAME.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/Makefile

    r89cb140 r320c884  
    4444        vfs.c \
    4545        vfs_node.c \
     46        vfs_file.c \
    4647        vfs_register.c \
    4748        vfs_lookup.c \
    4849        vfs_mount.c \
    49         vfs_open.c
     50        vfs_open.c \
     51        vfs_unlink.c
    5052
    5153OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.