Whamcloud - gitweb
libext2fs: support modifying arbitrary extended attributes
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 23 Feb 2014 01:40:38 +0000 (20:40 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 24 Feb 2014 04:08:23 +0000 (23:08 -0500)
commit2077c208a688f422f802c10d90b4bd02af0adaba
tree295306c9b9b874a229cce2a29507568c3f0367a8
parent3ba59bf649772967bcde59c6e1513937c2a0c835
libext2fs: support modifying arbitrary extended attributes

Add functions to allow clients to get, set, and remove extended
attributes from any file.  It also supports modifying EAs living in
i_file_acl.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ext2_err.et.in
lib/ext2fs/ext2fs.h
lib/ext2fs/ext_attr.c