Changeset a4eb8a60 in mainline for uspace/srv/fs/tmpfs/tmpfs.c


Ignore:
Timestamp:
2007-12-22T22:58:57Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5c786d1
Parents:
c9957b6
Message:

VFS work.
Foundation for TMPFS-side VFS_READ and fixes in VFS-side VFS_READ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs.c

    rc9957b6 ra4eb8a60  
    113113                        tmpfs_lookup(callid, &call);
    114114                        break;
     115                case VFS_READ:
     116                        tmpfs_read(callid, &call);
     117                        break;
    115118                default:
    116119                        ipc_answer_0(callid, ENOTSUP);
Note: See TracChangeset for help on using the changeset viewer.