Add file operations on streams
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Nov 2010 02:27:53 +0000 (21:27 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Nov 2010 02:27:53 +0000 (21:27 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.02692 seconds and 4 git commands to generate.