~james-page/ubuntu/vivid/ceph/0.93

« back to all changes in this revision

Viewing changes to debian/patches/client-sleep3.patch

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-07-30 10:15:40 UTC
  • mfrom: (0.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20140730101540-b7gsn9jqkye4a5ty
Tags: 0.80.5-1
* New upstream stable release:
  - d/p/firefly-post-release.patch: Dropped, no longer required.
  - d/lib{rados2,cephfs1}.symbols: Update with new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
--- a/src/client/Client.cc
12
12
+++ b/src/client/Client.cc
13
 
@@ -2089,17 +2089,23 @@
14
 
 void Client::kick_requests_closed(MetaSession *session)
 
13
@@ -2090,15 +2090,21 @@ void Client::kick_requests_closed(MetaSe
15
14
 {
16
15
   ldout(cct, 10) << "kick_requests_closed for mds." << session->mds_num << dendl;
17
16
   for (map<ceph_tid_t, MetaRequest*>::iterator p = mds_requests.begin();
41
40
     }
42
41
   }
43
42
   assert(session->requests.empty());
44
 
   assert(session->unsafe_requests.empty());