Changeset 0d6ab10 in mainline for uspace/srv/fs/minixfs/mfs.c


Ignore:
Timestamp:
2011-03-18T20:39:48Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
930baca
Parents:
fe4ac35
Message:

Add mfs_stat() function and link mfs_size_get() function to the libfs_ops structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.c

    rfe4ac35 r0d6ab10  
    104104                        mfs_mount(callid, &call);
    105105                        break;
     106                case VFS_OUT_STAT:
     107                        mfs_stat(callid, &call);
     108                        break;
    106109                default:
    107110                        async_answer_0(callid, ENOTSUP);
Note: See TracChangeset for help on using the changeset viewer.