From: Greg Farnum Date: Fri, 18 Sep 2009 00:25:04 +0000 (-0700) Subject: uclient: _removexattr should be naming the xattr to remove! X-Git-Tag: v0.15~33 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3fa407eae831b2eb1d9e0efbdab571ad453aee0f;p=ceph.git uclient: _removexattr should be naming the xattr to remove! --- diff --git a/src/client/Client.cc b/src/client/Client.cc index 0b180aae8905..b768704e5cb9 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -5053,6 +5053,7 @@ int Client::_removexattr(Inode *in, const char *name, int uid, int gid) filepath path; in->make_path(path); req->set_filepath(path); + req->set_filepath2(name); int res = make_request(req, uid, gid);