Changeset 41811af in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2011-06-10T10:14:26Z (14 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab547063
Parents:
9536e6e (diff), 390d80d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r9536e6e r41811af  
    5353        vfs_info_t vfs_info;
    5454        fs_handle_t fs_handle;
    55         async_sess_t session;
     55        async_sess_t *sess;
    5656} fs_info_t;
    5757
     
    167167extern fibril_rwlock_t namespace_rwlock;
    168168
    169 extern int vfs_grab_phone(fs_handle_t);
    170 extern void vfs_release_phone(fs_handle_t, int);
     169extern async_exch_t *vfs_exchange_grab(fs_handle_t);
     170extern void vfs_exchange_release(async_exch_t *);
    171171
    172172extern fs_handle_t fs_name_to_handle(char *, bool);
     
    176176    vfs_pair_t *, ...);
    177177extern int vfs_open_node_internal(vfs_lookup_res_t *);
    178 extern int vfs_close_internal(vfs_file_t *);
    179178
    180179extern bool vfs_nodes_init(void);
Note: See TracChangeset for help on using the changeset viewer.