Changeset 3149fc0 in mainline for uspace/srv/fs/fat/fat_fat.c


Ignore:
Timestamp:
2010-02-10T19:39:10Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36e9cd1
Parents:
a60b2d7 (diff), 24a2517 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge fixes from the file system branch.

File:
1 edited

Legend:

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

    ra60b2d7 r3149fc0  
    147147        fat_cluster_t lastc;
    148148        int rc;
     149
     150        /*
     151         * This function can only operate on non-zero length files.
     152         */
     153        if (firstc == FAT_CLST_RES0)
     154                return ELIMIT;
    149155
    150156        bps = uint16_t_le2host(bs->bps);
Note: See TracChangeset for help on using the changeset viewer.