Changeset 5bf76c1 in mainline for uspace/srv/fs/mfs/mfs.h


Ignore:
Timestamp:
2011-09-24T16:15:41Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32f623d9
Parents:
925a21e
Message:

Move the fs instance managing logic out of mfs to libfs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/mfs/mfs.h

    r925a21e r5bf76c1  
    131131
    132132struct mfs_instance {
    133         link_t link;
    134133        service_id_t service_id;
    135134        struct mfs_sb_info *sbi;
Note: See TracChangeset for help on using the changeset viewer.