ext4_xattr: type changes
authorngkaho1234 <ngkaho1234@gmail.com>
Mon, 16 May 2016 09:12:34 +0000 (09:12 +0000)
committerngkaho1234 <ngkaho1234@gmail.com>
Mon, 16 May 2016 13:50:54 +0000 (13:50 +0000)
commit6a6833fd4b9b2067e7baf0520fc792d230a9ef2c
tree1d09db38337e0db84a76b4c59d6f0099753fe3a5
parent06382010385758c11ab9e643751c88c7e969ca34
ext4_xattr: type changes

 - 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
include/ext4_xattr.h
src/ext4_xattr.c