Changeset e17d986 in mainline for uspace/srv/fs/fat/fat_ops.c


Ignore:
Timestamp:
2008-10-26T19:49:14Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cb682eb
Parents:
a429bfb
Message:

Implementation of fat_append_clusters().

File:
1 edited

Legend:

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

    ra429bfb re17d986  
    201201                 */
    202202                nodep->size = bps * _fat_blcks_get(idxp->dev_handle,
    203                     uint16_t_le2host(d->firstc));
     203                    uint16_t_le2host(d->firstc), NULL);
    204204        } else {
    205205                nodep->type = FAT_FILE;
Note: See TracChangeset for help on using the changeset viewer.