Changeset c6aca755 in mainline for uspace/srv/fs/fat/fat_dentry.c


Ignore:
Timestamp:
2011-06-20T18:50:11Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b85c19a
Parents:
e65e406
Message:

Rewrite fat_directory_xxx api. Add functions for iterating and accessing
directory entries.

File:
1 edited

Legend:

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

    re65e406 rc6aca755  
    222222        if (d->attr == FAT_ATTR_LFN) {
    223223                /* long name entry */
    224                 if (d->attr & FAT_LFN_ERASED)
     224                if (FAT_LFN_ORDER(d) & FAT_LFN_ERASED)
    225225                        return FAT_DENTRY_FREE;
    226226                else
Note: See TracChangeset for help on using the changeset viewer.