Changeset 01ab41b in mainline for uspace/lib/ext4/libext4_filesystem.h


Ignore:
Timestamp:
2011-10-03T11:57:14Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c0c0e1
Parents:
54935cf6
Message:

added more methods needed during ext4 mounting (also copied from ext2)

File:
1 edited

Legend:

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

    r54935cf6 r01ab41b  
    4242} ext4_filesystem_t;
    4343
     44// TODO constant value
     45#define EXT4_MAX_BLOCK_SIZE             8096
     46
    4447extern int ext4_filesystem_init(ext4_filesystem_t *, service_id_t);
    4548extern int ext4_filesystem_check_sanity(ext4_filesystem_t *fs);
Note: See TracChangeset for help on using the changeset viewer.