Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188669
b: refs/heads/master
c: 0cf90ab
h: refs/heads/master
i:
  188667: 10c7ffa
v: v3
  • Loading branch information
Sage Weil committed Dec 23, 2009
1 parent 4a9f1a8 commit dbae52b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 350b1c32ea58d29e25d63fc25e92dd48f9339546
refs/heads/master: 0cf90ab5b075821940873e73cdbfeb8edc3dabe8
3 changes: 2 additions & 1 deletion trunk/fs/ceph/msgpool.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len)
return msg;
}
pr_err("msgpool_get %p now %d/%d, %s\n", pool, pool->num,
pool->min, pool->blocking ? "waiting" : "failing");
pool->min, pool->blocking ? "waiting" : "may fail");
spin_unlock(&pool->lock);

if (!pool->blocking) {
Expand All @@ -151,6 +151,7 @@ struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len)
if (!IS_ERR(msg))
return msg;

pr_err("msgpool_get %p empty + alloc failed\n", pool);
return ERR_PTR(-ENOMEM);
}

Expand Down

0 comments on commit dbae52b

Please sign in to comment.