Changeset 35b7d86e in mainline for uspace/lib/c/include/ipc/vfs.h


Ignore:
Timestamp:
2017-03-13T20:33:06Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ffedd8
Parents:
ea56098
Message:

Remove VFS_IN_MTAB_GET

The mountpoints in VFS don't know their path anymore and it does not
make much sense to maintain this global mount table when tasks can have
different roots.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/vfs.h

    rea56098 r35b7d86e  
    6969        VFS_IN_FSTAT,
    7070        VFS_IN_CLOSE,
    71         VFS_IN_PING,
    7271        VFS_IN_MOUNT,
    7372        VFS_IN_UNMOUNT,
     
    7877        VFS_IN_DUP,
    7978        VFS_IN_WAIT_HANDLE,
    80         VFS_IN_MTAB_GET,
    8179        VFS_IN_STATFS,
    8280        VFS_IN_WALK,
Note: See TracChangeset for help on using the changeset viewer.