summaryrefslogtreecommitdiff
path: root/fs/ceph/osd_client.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-01-08 15:58:25 -0800
committerSage Weil <sage@newdream.net>2010-01-14 12:23:39 -0800
commit7740a42f816790583bd8a9079337772d511af3a3 (patch)
treefffc12ba1ab1e60da8c13dba7fef5d0024278ca5 /fs/ceph/osd_client.h
parent103e2d3ae57d38d18aaac1b327266c1407499ac1 (diff)
ceph: display pgid in debugfs osd request dump
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/osd_client.h')
-rw-r--r--fs/ceph/osd_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/osd_client.h b/fs/ceph/osd_client.h
index 8fef71cc445..4162c6810a8 100644
--- a/fs/ceph/osd_client.h
+++ b/fs/ceph/osd_client.h
@@ -42,6 +42,7 @@ struct ceph_osd_request {
struct rb_node r_node;
struct list_head r_osd_item;
struct ceph_osd *r_osd;
+ struct ceph_pg r_pgid;
struct ceph_connection *r_con_filling_pages;