diff options
author | Sage Weil <sage@newdream.net> | 2010-01-08 18:58:25 -0500 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-01-14 15:23:39 -0500 |
commit | 7740a42f816790583bd8a9079337772d511af3a3 (patch) | |
tree | fffc12ba1ab1e60da8c13dba7fef5d0024278ca5 /fs/ceph/osd_client.h | |
parent | 103e2d3ae57d38d18aaac1b327266c1407499ac1 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/osd_client.h b/fs/ceph/osd_client.h index 8fef71cc4457..4162c6810a8f 100644 --- a/fs/ceph/osd_client.h +++ b/fs/ceph/osd_client.h | |||
@@ -42,6 +42,7 @@ struct ceph_osd_request { | |||
42 | struct rb_node r_node; | 42 | struct rb_node r_node; |
43 | struct list_head r_osd_item; | 43 | struct list_head r_osd_item; |
44 | struct ceph_osd *r_osd; | 44 | struct ceph_osd *r_osd; |
45 | struct ceph_pg r_pgid; | ||
45 | 46 | ||
46 | struct ceph_connection *r_con_filling_pages; | 47 | struct ceph_connection *r_con_filling_pages; |
47 | 48 | ||