Add file operations on streams
[lttng-modules.git] / ltt-debugfs-abi.c
index 1e3adfa1c4b3c3518442ccacd6939803f43bed27..5582fcc4fbfc8f17716673792d8164e250bba4aa 100644 (file)
@@ -231,7 +231,7 @@ int lttng_abi_open_stream(struct file *channel_filp)
                goto fd_error;
        }
        stream_filp = anon_inode_getfile("[lttng_stream]",
-                                        &lttng_stream_fops,
+                                        &lib_ring_buffer_file_operations,
                                         buf, O_RDWR);
        if (IS_ERR(stream_filp)) {
                ret = PTR_ERR(stream_filp);
This page took 0.023062 seconds and 4 git commands to generate.