Changeset 5b26747 in mainline for uspace/lib/ext4/libext4_superblock.c
- Timestamp:
- 2012-05-08T08:03:02Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bed78cb
- Parents:
- 3169f3b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_superblock.c
r3169f3b0 r5b26747 964 964 } 965 965 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 968 973 */ 969 974 int ext4_superblock_check_sanity(ext4_superblock_t *sb)
Note:
See TracChangeset
for help on using the changeset viewer.