Changeset f066a87 in mainline for uspace/lib/ext4/libext4_filesystem.h


Ignore:
Timestamp:
2017-05-09T18:55:11Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3345b86
Parents:
d2c8533
Message:

Ext4 should check for sanity before modifying the superblock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_filesystem.h

    rd2c8533 rf066a87  
    4141    enum cache_mode);
    4242extern int ext4_filesystem_fini(ext4_filesystem_t *);
    43 extern int ext4_filesystem_check_sanity(ext4_filesystem_t *);
    4443extern int ext4_filesystem_check_features(ext4_filesystem_t *, bool *);
    4544extern uint32_t ext4_filesystem_blockaddr2_index_in_group(ext4_superblock_t *,
Note: See TracChangeset for help on using the changeset viewer.