Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198079
b: refs/heads/master
c: aab53dd
h: refs/heads/master
i:
  198077: 2d3d62f
  198075: 9adcc6a
  198071: 872f636
  198063: 7d8c00b
  198047: 85dfe32
  198015: 9baf286
v: v3
  • Loading branch information
Sage Weil committed May 17, 2010
1 parent 96a2a43 commit 5e849a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e01a594646ebbf964b6058e3bf28125379063439
refs/heads/master: aab53dd9e81ccefa7b8d88eec5138dd73639a783
4 changes: 3 additions & 1 deletion trunk/fs/ceph/mds_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,9 @@ static void delayed_work(struct work_struct *work)
else
ceph_con_keepalive(&s->s_con);
add_cap_releases(mdsc, s, -1);
send_cap_releases(mdsc, s);
if (s->s_state == CEPH_MDS_SESSION_OPEN ||
s->s_state == CEPH_MDS_SESSION_HUNG)
send_cap_releases(mdsc, s);
mutex_unlock(&s->s_mutex);
ceph_put_mds_session(s);

Expand Down

0 comments on commit 5e849a4

Please sign in to comment.