Changeset fcb0d76 in mainline for uspace/lib/ext4/src/superblock.c
- Timestamp:
- 2017-05-10T18:04:21Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 81dd2ed
- Parents:
- 3345b86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/src/superblock.c
r3345b86 rfcb0d76 37 37 */ 38 38 39 #include <block.h> 39 40 #include <byteorder.h> 40 41 #include <errno.h> 41 #include <block.h>42 42 #include <malloc.h> 43 #include "ext4/libext4.h" 43 #include <mem.h> 44 #include "ext4/superblock.h" 44 45 45 46 /** Get number of i-nodes in the whole filesystem.
Note:
See TracChangeset
for help on using the changeset viewer.