diff options
author | Adam C. Emerson <aemerson@linuxbox.com> | 2013-05-23 18:58:50 -0700 |
---|---|---|
committer | David Zafman <david.zafman@inktank.com> | 2013-10-03 15:12:38 -0700 |
commit | a01a57a8267c9247343c4ff93a2b1d97f9f1a439 (patch) | |
tree | 4973def047ae6bd94aef84207785f13bc1c90f21 | |
parent | c19935cd09ad1f821c7648d2e08eb7dcce0b7f38 (diff) | |
download | ceph-a01a57a8267c9247343c4ff93a2b1d97f9f1a439.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.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? |