Changeset 3648e184 in mainline for uspace/lib/c/generic/vfs/vfs.c


Ignore:
Timestamp:
2017-03-20T17:14:21Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ebf1011
Parents:
55a7fee
Message:

Remove VFS_IN_UNLINK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/vfs/vfs.c

    r55a7fee r3648e184  
    232232
    233233        rc1 = async_data_write_start(exch, (void *) opts, str_size(opts));
    234        
    235234        if (rc1 == EOK) {
    236235                rc1 = async_data_write_start(exch, (void *) fs_name,
Note: See TracChangeset for help on using the changeset viewer.