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


Ignore:
Timestamp:
2017-03-13T20:33:06Z (8 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/vfs/vfs.h

    rea56098 r35b7d86e  
    4242#include <stdio.h>
    4343#include <async.h>
    44 #include "vfs_mtab.h"
    45 
    4644
    4745enum vfs_change_state_type {
    4846        VFS_PASS_HANDLE
    4947};
    50 
    5148
    5249extern char *vfs_absolutize(const char *, size_t *);
Note: See TracChangeset for help on using the changeset viewer.