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


Ignore:
Timestamp:
2011-04-22T20:12:58Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6b40ea7
Parents:
48de019
Message:

Add the mfs_write() function implementation.

File:
1 edited

Legend:

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

    r48de019 rbb7e8382  
    120120                        break;
    121121                case VFS_OUT_WRITE:
    122                         mfsdebug("write()\n");
     122                        mfs_write(callid, &call);
    123123                        break;
    124124                default:
Note: See TracChangeset for help on using the changeset viewer.