]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: add missing parameter
authorYehuda Sadeh <yehuda@hq.newdream.net>
Wed, 29 Apr 2009 19:00:08 +0000 (12:00 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Wed, 29 Apr 2009 19:00:08 +0000 (12:00 -0700)
src/kernel/debugfs.c

index a4045d3f78e0b139c30bfa1234e35453d5ae774e..e556855098178d313d58339cdc6f912e12d90668 100644 (file)
@@ -209,6 +209,7 @@ static int osdmap_show(struct seq_file *s, void *p)
                struct ceph_pg_pool_info *pool =
                        &client->osdc.osdmap->pg_pool[i];
                seq_printf(s, "pg_pool %d pg_num %d / %d, lpg_num %d / %d",
+                          i,
                           pool->v.pg_num, pool->pg_num_mask,
                           pool->v.lpg_num, pool->lpg_num_mask);
        }