On Tue, May 10, 2011 at 12:38 PM, Brian Chrisman <brchrisman@xxxxxxxxx> wrote: > @@ -5708,7 +5773,7 @@ int Client::ll_removexattr(vinodeno_t vino, const char *name, int uid, int gid) > tout << name << std::endl; > > // only user xattrs, for now > - if (strncmp(name, "user.", 5)) > + if (strncmp(name, "user.", 5) && strncmp(name, "security.", 9) && strncmp(name, "trusted.", 8)) > return -EOPNOTSUPP; > > Inode *in = _ll_get_inode(vino); Good catch. That should be applied separately, and maybe go to the stable branch too. Thanks, Yehuda -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html