commit | c270f4ec6f1ab542a4c496a5f1aa59a0edc54c07 | [log] [tgz] |
---|---|---|
author | Tahsin Erdogan <tahsin@google.com> | Sun Jul 23 21:25:32 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 23 21:25:32 2017 -0400 |
tree | 394208b9d064feac6b3aa406d3876ccf17f9efe6 | |
parent | 0b4ffc2747fd51da903f2f5f083a762f0aafc37b [diff] |
libext2fs: rename ext2_xattr_handle->length to capacity ext2_xattr_handle has two fields 'count' and 'length' which represent number of filled elements vs total element count. They have close meanings so are easy to confuse, thus make code less readable. Rename length to capacity. Signed-off-by: Tahsin Erdogan <tahsin@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>