]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: fix whitespace
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 27 Sep 2017 16:29:23 +0000 (09:29 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 29 Sep 2017 00:12:43 +0000 (17:12 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 8a5d71bf4517e6a3c194c3e63e0283747b75d4b1)

src/common/options.cc
src/mds/Server.cc

index 8578d464cb9bfc9b7ed147516eb63e876b3ffb91..d6adab257c5e78b0b80461790284364bb928380d 100644 (file)
@@ -5748,7 +5748,7 @@ std::vector<Option> get_mds_options() {
     Option("mds_client_writeable_range_max_inc_objs", Option::TYPE_UINT, Option::LEVEL_ADVANCED)
     .set_default(1024)
     .set_description(""),
-    
     Option("mds_min_caps_per_client", Option::TYPE_INT, Option::LEVEL_ADVANCED)
     .set_default(100)
     .set_description("Set the minimum cache number of client"),
index 40053998434488d5cef29a0573d1bee47a8fa431..d299aa3aca2d72a7bd40c21c0cf6b5f24cbbb0df 100644 (file)
@@ -1092,7 +1092,7 @@ void Server::recall_client_state(void)
             << "<" << "min_caps_per_client " << min_caps_per_client << dendl;
     max_caps_per_client = min_caps_per_client + 1;
   }
-   
+
   /* unless this ratio is smaller: */
   /* ratio: determine the amount of caps to recall from each client. Use
    * percentage full over the cache reservation. Cap the ratio at 80% of client