Changeset f7d90eb in mainline for uspace/srv/fs/exfat/exfat_ops.c


Ignore:
Timestamp:
2011-08-14T07:44:32Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a18bd22
Parents:
7be14db
Message:

exFAT: implement bitmap_alloc_clusters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_ops.c

    r7be14db rf7d90eb  
    673673        if (childp->lnkcnt == 1) {
    674674                /*
    675                  * On FAT, we don't support multiple hard links.
     675                 * We don't support multiple hard links.
    676676                 */
    677677                fibril_mutex_unlock(&childp->lock);
Note: See TracChangeset for help on using the changeset viewer.