]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
*** empty log message ***
authorsage <sage@29311d96-e01e-0410-9327-a35deaab8ce9>
Thu, 7 Jul 2005 23:27:49 +0000 (23:27 +0000)
committersage <sage@29311d96-e01e-0410-9327-a35deaab8ce9>
Thu, 7 Jul 2005 23:27:49 +0000 (23:27 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@417 29311d96-e01e-0410-9327-a35deaab8ce9

ceph/client/Client.cc
ceph/client/SyntheticClient.cc

index 129d5099f25471fb4f1e05a4405604adc594fa5e..06e2ab6593bfd688ae30fb6583cf56e6e11fc02d 100644 (file)
@@ -1105,7 +1105,6 @@ int Client::open(const char *path, int mode)
   tout << path << endl;
   tout << mode << endl;
 
-
   MClientRequest *req = new MClientRequest(MDS_OP_OPEN, whoami);
   req->set_path(path); 
   req->set_iarg(mode);
index 735a618c7bde5546400ea25ad740e17d6c92d76a..b0db10e8a45eedb425485a13017a32d3be64c805 100644 (file)
@@ -139,7 +139,7 @@ int SyntheticClient::run()
                int iarg1 = iargs.front();  iargs.pop_front();
                string prefix;
                if (client->whoami == 0) {
-                 Trace t("client/traces/trace.include");
+                 Trace t("traces/trace.include");
                  play_trace(t, prefix);
                } else {
                  sleep(iarg1);
@@ -151,7 +151,7 @@ int SyntheticClient::run()
                string prefix = get_sarg();
                int iarg1 = iargs.front();  iargs.pop_front();
                
-               Trace t("client/traces/trace.openssh");
+               Trace t("traces/trace.openssh");
 
                client->mkdir(prefix.c_str(), 0755);