Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200842
b: refs/heads/master
c: bfaf148
h: refs/heads/master
v: v3
  • Loading branch information
Yehuda Sadeh authored and Sage Weil committed Jun 24, 2010
1 parent fa49053 commit 2c8cdb8
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 17c688c3dfffc274c87be00033da0050bb6eefc0
refs/heads/master: bfaf148eb2e42c00f1c79b2163f0804068ea0c5e
2 changes: 1 addition & 1 deletion trunk/fs/ceph/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static int osdc_show(struct seq_file *s, void *pp)

static int caps_show(struct seq_file *s, void *p)
{
struct ceph_client *client = p;
struct ceph_client *client = s->private;
int total, avail, used, reserved, min;

ceph_reservation_status(client, &total, &avail, &used, &reserved, &min);
Expand Down

0 comments on commit 2c8cdb8

Please sign in to comment.