diff options
author | Sage Weil <sage@newdream.net> | 2010-01-09 00:58:25 +0100 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-01-14 21:23:39 +0100 |
commit | 7740a42f816790583bd8a9079337772d511af3a3 (patch) | |
tree | fffc12ba1ab1e60da8c13dba7fef5d0024278ca5 /fs/ceph/osd_client.h | |
parent | ceph: remove unused erank field (diff) | |
download | linux-7740a42f816790583bd8a9079337772d511af3a3.tar.xz linux-7740a42f816790583bd8a9079337772d511af3a3.zip |
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 { 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; |