Changeset 9fc72fb3 in mainline for uspace/lib/ext4/libext4_extent.c


Ignore:
Timestamp:
2012-05-03T17:32:06Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2226cc3
Parents:
e40ece98
Message:

added TODOs for comments and first part of superblock comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_extent.c

    re40ece98 r9fc72fb3  
    741741}
    742742
    743 /** TODO
    744  *
     743
     744/** Append new extent to the i-node and do some splitting if necessary.
     745 *
     746 * @param inode_ref                     i-node to append extent to
     747 * @param path                          path in the extent tree for possible splitting
     748 * @param last_path_item        input/output parameter for pointer to the last
     749 *                                                      valid item in the extent tree path
     750 * @param iblock                        logical index of block to append extent for
     751 * @return                                      error code
    745752 */
    746753static int ext4_extent_append_extent(ext4_inode_ref_t *inode_ref,
     
    926933}
    927934
     935/** TODO comment
     936 *
     937 */
    928938int ext4_extent_append_block(ext4_inode_ref_t *inode_ref,
    929939                uint32_t *iblock, uint32_t *fblock)
Note: See TracChangeset for help on using the changeset viewer.