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


Ignore:
Timestamp:
2011-06-25T11:36:18Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
38b7233
Parents:
53eb588
Message:

Minixfs file deletion feature is complete but not yet stable.

File:
1 edited

Legend:

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

    r53eb588 rd8af1bd  
    124124                        mfs_truncate(callid, &call);
    125125                        break;
     126                case VFS_OUT_DESTROY:
     127                        mfs_destroy(callid, &call);
     128                        break;
    126129                default:
    127130                        async_answer_0(callid, ENOTSUP);
Note: See TracChangeset for help on using the changeset viewer.