Whamcloud - gitweb
libext2fs: various tweaks to the xattr editor APIs
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 23 Feb 2014 01:40:40 +0000 (20:40 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 24 Feb 2014 04:08:34 +0000 (23:08 -0500)
commit685156954fde67b5897cc040b85f563be612b52e
treee8486308a3f6a6f22ea53c5d1ed87b91a95d788e
parent2077c208a688f422f802c10d90b4bd02af0adaba
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>
lib/ext2fs/ext2fs.h
lib/ext2fs/ext_attr.c