diff options
-rw-r--r-- | src/mds/Server.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mds/Server.cc b/src/mds/Server.cc index 869f3773441..bb854f3045f 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> @@ -1748,7 +1748,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; } @@ -1761,7 +1761,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? |