Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198087
b: refs/heads/master
c: 85792d0
h: refs/heads/master
i:
  198085: 758c0ff
  198083: 06142cd
  198079: 5e849a4
v: v3
  • Loading branch information
Sage Weil committed May 17, 2010
1 parent ffa1605 commit ca84391
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aba558e28ac40a598542d995c09efa8439ee3ed4
refs/heads/master: 85792d0dd6e7a7a18fba55c97e49871211b28fe0
6 changes: 6 additions & 0 deletions trunk/fs/ceph/mds_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1871,6 +1871,12 @@ static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg)
mutex_unlock(&mdsc->mutex);
goto out;
}
if (req->r_got_safe && !head->safe) {
pr_warning("got unsafe after safe on %llu from mds%d\n",
tid, mds);
mutex_unlock(&mdsc->mutex);
goto out;
}

result = le32_to_cpu(head->result);

Expand Down

0 comments on commit ca84391

Please sign in to comment.