Changeset 4f351432 in mainline for uspace/lib/ext4
- Timestamp:
- 2012-08-16T22:17:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2568c94
- Parents:
- 83298e8 (diff), 6d5e378 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/lib/ext4
- Files:
-
- 8 edited
-
libext4_bitmap.c (modified) (1 diff)
-
libext4_block_group.h (modified) (1 diff)
-
libext4_filesystem.h (modified) (1 diff)
-
libext4_inode.c (modified) (1 diff)
-
libext4_inode.h (modified) (1 diff)
-
libext4_superblock.c (modified) (1 diff)
-
libext4_superblock.h (modified) (1 diff)
-
libext4_types.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_bitmap.c
r83298e8 r4f351432 36 36 37 37 #include <errno.h> 38 #include < libblock.h>38 #include <block.h> 39 39 #include <sys/types.h> 40 40 #include "libext4.h" -
uspace/lib/ext4/libext4_block_group.h
r83298e8 r4f351432 34 34 #define LIBEXT4_LIBEXT4_BLOCK_GROUP_H_ 35 35 36 #include < libblock.h>36 #include <block.h> 37 37 #include <sys/types.h> 38 38 #include "libext4_types.h" -
uspace/lib/ext4/libext4_filesystem.h
r83298e8 r4f351432 34 34 #define LIBEXT4_LIBEXT4_FILESYSTEM_H_ 35 35 36 #include < libblock.h>36 #include <block.h> 37 37 #include "libext4_types.h" 38 38 -
uspace/lib/ext4/libext4_inode.c
r83298e8 r4f351432 37 37 #include <byteorder.h> 38 38 #include <errno.h> 39 #include < libblock.h>39 #include <block.h> 40 40 #include "libext4.h" 41 41 -
uspace/lib/ext4/libext4_inode.h
r83298e8 r4f351432 34 34 #define LIBEXT4_LIBEXT4_INODE_H_ 35 35 36 #include < libblock.h>36 #include <block.h> 37 37 #include <sys/types.h> 38 38 #include "libext4_types.h" -
uspace/lib/ext4/libext4_superblock.c
r83298e8 r4f351432 38 38 #include <byteorder.h> 39 39 #include <errno.h> 40 #include < libblock.h>40 #include <block.h> 41 41 #include <malloc.h> 42 42 #include "libext4.h" -
uspace/lib/ext4/libext4_superblock.h
r83298e8 r4f351432 34 34 #define LIBEXT4_LIBEXT4_SUPERBLOCK_H_ 35 35 36 #include < libblock.h>36 #include <block.h> 37 37 #include <sys/types.h> 38 38 #include "libext4_types.h" -
uspace/lib/ext4/libext4_types.h
r83298e8 r4f351432 34 34 #define LIBEXT4_LIBEXT4_TYPES_H_ 35 35 36 #include < libblock.h>36 #include <block.h> 37 37 38 38 /*
Note:
See TracChangeset
for help on using the changeset viewer.
