commit | 7740a42f816790583bd8a9079337772d511af3a3 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Fri Jan 08 15:58:25 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Thu Jan 14 12:23:39 2010 -0800 |
tree | fffc12ba1ab1e60da8c13dba7fef5d0024278ca5 | |
parent | 103e2d3ae57d38d18aaac1b327266c1407499ac1 [diff] [blame] |
ceph: display pgid in debugfs osd request dump Signed-off-by: Sage Weil <sage@newdream.net>
diff --git a/fs/ceph/osd_client.h b/fs/ceph/osd_client.h index 8fef71c..4162c68 100644 --- a/fs/ceph/osd_client.h +++ b/fs/ceph/osd_client.h
@@ -42,6 +42,7 @@ 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;