commit | 685156954fde67b5897cc040b85f563be612b52e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sat Feb 22 20:40:40 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Feb 23 23:08:34 2014 -0500 |
tree | e8486308a3f6a6f22ea53c5d1ed87b91a95d788e | |
parent | 2077c208a688f422f802c10d90b4bd02af0adaba [diff] |
libext2fs: various tweaks to the xattr editor APIs A few tweaks to the extended attribute editing APIs: * Use size_t, not unsigned int, in the new extended attribute editing API. * Don't expose the _expand() call since there should be no external users. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>