Changeset e6f6260 in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.c


Ignore:
Timestamp:
2012-04-19T08:57:01Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1d4262e
Parents:
db8fb43
Message:

next part of directory index comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext4fs/ext4fs_ops.c

    rdb8fb43 re6f6260  
    619619                }
    620620
    621                 // Initialize directory index if necessary
     621                // Initialize directory index if supported
    622622                if (ext4_superblock_has_feature_compatible(
    623623                                fs->superblock, EXT4_FEATURE_COMPAT_DIR_INDEX)) {
Note: See TracChangeset for help on using the changeset viewer.