Changeset 10e4cd7 in mainline for uspace/srv/vfs/vfs.c


Ignore:
Timestamp:
2011-11-03T21:45:35Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
76a67ce
Parents:
3ce78580
Message:

Initial implementation of vfs mtab_read support

File:
1 edited

Legend:

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

    r3ce78580 r10e4cd7  
    127127                        vfs_wait_handle(callid, &call);
    128128                        break;
     129                case VFS_IN_GET_MTAB:
     130                        //vfs_get_mounted_fs_info(callid, &call);
     131                        break;
    129132                default:
    130133                        async_answer_0(callid, ENOTSUP);
Note: See TracChangeset for help on using the changeset viewer.