Changeset 5b26747 in mainline for uspace/lib/ext4/libext4_superblock.c


Ignore:
Timestamp:
2012-05-08T08:03:02Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bed78cb
Parents:
3169f3b0
Message:

More comments - mostly by filesystem operations

File:
1 edited

Legend:

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

    r3169f3b0 r5b26747  
    964964}
    965965
    966 /** TODO comment
    967  *
     966/** Check sanity of the superblock.
     967 *
     968 * This check is performed at mount time.
     969 * Checks are described by one-line comments in the code.
     970 *
     971 * @param sb            superblock to check
     972 * @return                      error code
    968973 */
    969974int ext4_superblock_check_sanity(ext4_superblock_t *sb)
Note: See TracChangeset for help on using the changeset viewer.