Changeset 83d9712 in mainline


Ignore:
Timestamp:
2008-11-25T22:43:49Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d1b625b
Parents:
46321fb
Message:

Propagate VFS_DESTROY to fat_destroy().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.c

    r46321fb r83d9712  
    117117                        fat_truncate(callid, &call);
    118118                        break;
     119                case VFS_DESTROY:
     120                        fat_destroy(callid, &call);
     121                        break;
    119122                default:
    120123                        ipc_answer_0(callid, ENOTSUP);
Note: See TracChangeset for help on using the changeset viewer.