Keep reference count on transport and file ops modules
[lttng-modules.git] / lib / ringbuffer / ring_buffer_vfs.c
index 60d69a929b816a8c0db1a0216688b6e73fb527d2..1708ffd6bc9b1b80f06da11af5cb7830c2a6923b 100644 (file)
@@ -368,6 +368,7 @@ long lib_ring_buffer_compat_ioctl(struct file *filp, unsigned int cmd,
 #endif
 
 const struct file_operations lib_ring_buffer_file_operations = {
+       .owner = THIS_MODULE,
        .open = lib_ring_buffer_open,
        .release = lib_ring_buffer_release,
        .poll = lib_ring_buffer_poll,
This page took 0.022695 seconds and 4 git commands to generate.