diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2016-05-26 00:05:01 +0200 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-05-26 01:15:30 +0200 |
commit | 737cc81ead34bcef0b1f6ea8322228e4378cf21a (patch) | |
tree | a26128bc9f5e20fe90863c76b7f36b45e4ad1022 /net/ceph/debugfs.c | |
parent | 7cca78c9dcd1afa243e46edc31896730df85d2b5 (diff) | |
download | linux-rt-737cc81ead34bcef0b1f6ea8322228e4378cf21a.tar.gz |
libceph: support for subscribing to "mdsmap.<id>" maps
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph/debugfs.c')
-rw-r--r-- | net/ceph/debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ceph/debugfs.c b/net/ceph/debugfs.c index 6e434c75cd08..e77b04ca7802 100644 --- a/net/ceph/debugfs.c +++ b/net/ceph/debugfs.c @@ -128,6 +128,7 @@ static int monc_show(struct seq_file *s, void *p) CEPH_SUBSCRIBE_ONETIME ? "" : "+")); seq_putc(s, '\n'); } + seq_printf(s, "fs_cluster_id %d\n", monc->fs_cluster_id); for (rp = rb_first(&monc->generic_request_tree); rp; rp = rb_next(rp)) { __u16 op; |