xen: xensyms support
[deliverable/linux.git] / drivers / xen / xenfs / super.c
index 06092e0fe8cea4d3a5dfddac4df0e9bb531c5a60..8559a71f36b1a7d6fe2bd2b57b588321ad92f26c 100644 (file)
@@ -57,6 +57,9 @@ static int xenfs_fill_super(struct super_block *sb, void *data, int silent)
                { "privcmd", &xen_privcmd_fops, S_IRUSR|S_IWUSR },
                { "xsd_kva", &xsd_kva_file_ops, S_IRUSR|S_IWUSR},
                { "xsd_port", &xsd_port_file_ops, S_IRUSR|S_IWUSR},
+#ifdef CONFIG_XEN_SYMS
+               { "xensyms", &xensyms_ops, S_IRUSR},
+#endif
                {""},
        };
 
This page took 0.026058 seconds and 5 git commands to generate.