Changeset 12b4a7f in mainline for uspace/lib/ext4/libext4_inode.h


Ignore:
Timestamp:
2011-11-07T16:23:30Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
43a9968
Parents:
052e82d
Message:

functional truncate operation (only to lower size actually), except extent files

File:
1 edited

Legend:

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

    r052e82d r12b4a7f  
    187187extern ext4_extent_header_t * ext4_inode_get_extent_header(ext4_inode_t *);
    188188extern bool ext4_inode_has_flag(ext4_inode_t *, uint32_t);
     189extern bool ext4_inode_can_truncate(ext4_inode_t *);
    189190
    190191#endif
Note: See TracChangeset for help on using the changeset viewer.