From 2c8cdb8248f78a0bceb80b2b5dfe989cb3450bf3 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Wed, 23 Jun 2010 15:52:27 -0700 Subject: [PATCH] --- yaml --- r: 200842 b: refs/heads/master c: bfaf148eb2e42c00f1c79b2163f0804068ea0c5e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ceph/debugfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 446da5c174e4..01de50abfe30 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 17c688c3dfffc274c87be00033da0050bb6eefc0 +refs/heads/master: bfaf148eb2e42c00f1c79b2163f0804068ea0c5e diff --git a/trunk/fs/ceph/debugfs.c b/trunk/fs/ceph/debugfs.c index 3be33fb066cc..f2f5332ddbba 100644 --- a/trunk/fs/ceph/debugfs.c +++ b/trunk/fs/ceph/debugfs.c @@ -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);