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


Ignore:
Timestamp:
2011-04-30T11:45:33Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
44c6091f
Parents:
2874547
Message:

Added implementation of mfs_truncate(), it does not prune indirect blocks yet.

File:
1 edited

Legend:

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

    r2874547 r8a49fed  
    122122                        mfs_write(callid, &call);
    123123                        break;
     124                case VFS_OUT_TRUNCATE:
     125                        mfs_truncate(callid, &call);
     126                        break;
    124127                default:
    125128                        async_answer_0(callid, ENOTSUP);
Note: See TracChangeset for help on using the changeset viewer.