read list of existing extended attributes
authorDmitry Kasatkin <dmitry.kasatkin@intel.com>
Wed, 4 Apr 2012 13:48:38 +0000 (16:48 +0300)
committerDmitry Kasatkin <dmitry.kasatkin@intel.com>
Thu, 6 Sep 2012 11:08:53 +0000 (14:08 +0300)
commite576ac9771318d0c349340ca16e7bf2db89ae939
tree6a8db980b139ba671b89ce79413bf051cf1bc554
parentd61b9c0be717e65fddda60ecc5c362e42f98a789
read list of existing extended attributes

getxattr() might return runtime value which does not really exist
on file system. It happens for SMACK LSM. Reading the list of existing
attributes allows to prevent such to happen.

Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
src/evmctl.c