Changeset 7bc4508 in mainline for uspace/lib/ext4/libext4_inode.c
- Timestamp:
- 2011-10-18T19:58:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7bd2c19
- Parents:
- 12f55220
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_inode.c
r12f55220 r7bc4508 176 176 177 177 // Flags checker 178 bool ext4_inode_has_flag(ext4_inode_t *inode, uint32_t flag) { 178 bool ext4_inode_has_flag(ext4_inode_t *inode, uint32_t flag) 179 { 179 180 if (ext4_inode_get_flags(inode) & flag) { 180 181 return true;
Note:
See TracChangeset
for help on using the changeset viewer.