]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ceph/debugfs.c
libceph: mon_get_version request infrastructure
[karo-tx-linux.git] / net / ceph / debugfs.c
index 8903dcee8d8e79acb898f169e2aa05319c6f7233..d1a62c69a9f4fd1cff25ca458a66d8e2c6093099 100644 (file)
@@ -129,6 +129,8 @@ static int monc_show(struct seq_file *s, void *p)
                        seq_printf(s, "%llu statfs\n", req->tid);
                else if (op == CEPH_MSG_POOLOP)
                        seq_printf(s, "%llu poolop\n", req->tid);
+               else if (op == CEPH_MSG_MON_GET_VERSION)
+                       seq_printf(s, "%llu mon_get_version", req->tid);
                else
                        seq_printf(s, "%llu unknown\n", req->tid);
        }