summaryrefslogtreecommitdiff
path: root/fs/ceph/osd_client.c
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-01-08 23:58:25 (GMT)
committerSage Weil <sage@newdream.net>2010-01-14 20:23:39 (GMT)
commit7740a42f816790583bd8a9079337772d511af3a3 (patch)
treefffc12ba1ab1e60da8c13dba7fef5d0024278ca5 /fs/ceph/osd_client.c
parent103e2d3ae57d38d18aaac1b327266c1407499ac1 (diff)
downloadlinux-fsl-qoriq-7740a42f816790583bd8a9079337772d511af3a3.tar.xz
ceph: display pgid in debugfs osd request dump
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/osd_client.c')
-rw-r--r--fs/ceph/osd_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/osd_client.c b/fs/ceph/osd_client.c
index 80b868f..8417e21 100644
--- a/fs/ceph/osd_client.c
+++ b/fs/ceph/osd_client.c
@@ -538,6 +538,8 @@ static int __map_osds(struct ceph_osd_client *osdc,
if (err)
return err;
pgid = reqhead->layout.ol_pgid;
+ req->r_pgid = pgid;
+
o = ceph_calc_pg_primary(osdc->osdmap, pgid);
if ((req->r_osd && req->r_osd->o_osd == o &&