Ignore:
File:
1 edited

Legend:

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

    reb94d84 rd1538a1  
    11781178}
    11791179
    1180 /** Release the memory allocated for the superblock structure
    1181  *
    1182  * @param sb         Superblock to be freed
    1183  *
    1184  */
    1185 void ext4_superblock_release(ext4_superblock_t *sb)
    1186 {
    1187         free(sb);
    1188 }
    1189 
    11901180/** Check sanity of the superblock.
    11911181 *
Note: See TracChangeset for help on using the changeset viewer.