| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Since all headers are ins separate directory, includes could be
done by using <> instead of "".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I forget to do that, sorry. :-(
|
|
- struct ext4_xattr_ref::inode_size_rem's type is changed from int32_t to size_t
- struct ext4_xattr_ref::block_size_rem's type is changed from int32_t to size_t
|
|
|
|
|
|
|
|
|
|
- Move them from include/ext4_types.h to include/ext4_xattr.h
- Use ext4_inode_get_extra_isize to better handle extra_isize field
of inodes.
|
|
|
|
|
|
|
|
|
|
|
|
|