Changeset 6c71a1f in mainline for uspace/srv/fs/fat/fat.c


Ignore:
Timestamp:
2008-11-04T22:34:59Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c472aff
Parents:
ab579fa
Message:

Start implementing fat_truncate().

File:
1 edited

Legend:

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

    rab579fa r6c71a1f  
    114114                        fat_write(callid, &call);
    115115                        break;
     116                case VFS_TRUNCATE:
     117                        fat_truncate(callid, &call);
     118                        break;
    116119                default:
    117120                        ipc_answer_0(callid, ENOTSUP);
Note: See TracChangeset for help on using the changeset viewer.