]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
uclient: _removexattr should be naming the xattr to remove!
authorGreg Farnum <gregf@hq.newdream.net>
Fri, 18 Sep 2009 00:25:04 +0000 (17:25 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Fri, 18 Sep 2009 01:29:24 +0000 (18:29 -0700)
src/client/Client.cc

index 0b180aae890515becdcad9d0190549e3fe5539d1..b768704e5cb9d8f42f599f59c47a51f6cf7e28e5 100644 (file)
@@ -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);