]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Wed, 27 Sep 2017 16:29:23 +0000 (09:29 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/common/options.cc
src/mds/Server.cc

index c5a5253911a02b271d1c39196b86b5c6fc76726b..e8fb47a339658fcde1f48378d521c46349f9c400 100644 (file)
@@ -5781,7 +5781,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 a079c258d465d55cce547bfdbf8acbd4faec3f4a..54495e1c33fa30a099ac30226ec7bf68ac809950 100644 (file)
@@ -1090,7 +1090,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