summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam C. Emerson <aemerson@linuxbox.com>2013-05-23 18:58:50 -0700
committerSage Weil <sage@inktank.com>2013-09-04 17:47:46 -0700
commit03246188126ce9f352118f3041120e137b31a1eb (patch)
treeb24ab12918aebcdfbaf28e3a57bbe5792f2a8e28
parent16b24f10a022a1aabdecf0af1bd428b23aa83229 (diff)
downloadceph-03246188126ce9f352118f3041120e137b31a1eb.tar.gz
mds/Server: whitespace
Signed-off-by: Sage Weil <sage@inktank.com> Signed-off-by: Matt Benjamin <matt@linuxbox.com>
-rw-r--r--src/mds/Server.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mds/Server.cc b/src/mds/Server.cc
index 466d4818456..84d786116f4 100644
--- a/src/mds/Server.cc
+++ b/src/mds/Server.cc
@@ -1,4 +1,4 @@
-// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
/*
* Ceph - scalable distributed file system
@@ -7,9 +7,9 @@
*
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software
+ * License version 2.1, as published by the Free Software
* Foundation. See file COPYING.
- *
+ *
*/
#include <boost/lexical_cast.hpp>
@@ -1747,7 +1747,7 @@ CDir *Server::validate_dentry_dir(MDRequest *mdr, CInode *diri, const string& dn
dir->add_waiter(CDir::WAIT_UNFREEZE, new C_MDS_RetryRequest(mdcache, mdr));
return NULL;
}
-
+
return dir;
}
@@ -1760,7 +1760,7 @@ CDentry* Server::prepare_null_dentry(MDRequest *mdr, CDir *dir, const string& dn
{
dout(10) << "prepare_null_dentry " << dname << " in " << *dir << dendl;
assert(dir->is_auth());
-
+
client_t client = mdr->get_client();
// does it already exist?