From 2e54c205d9ac9d2dae605ae18913a15880d4691d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 10 Aug 2011 16:04:54 -0400 Subject: [PATCH] Add missing module refcount to lttng_tracepoint_list_fops Signed-off-by: Mathieu Desnoyers --- ltt-probes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ltt-probes.c b/ltt-probes.c index 45d2dabd..668f6678 100644 --- a/ltt-probes.c +++ b/ltt-probes.c @@ -156,6 +156,7 @@ int lttng_tracepoint_list_open(struct inode *inode, struct file *file) } const struct file_operations lttng_tracepoint_list_fops = { + .owner = THIS_MODULE, .open = lttng_tracepoint_list_open, .read = seq_read, .llseek = seq_lseek, -- 2.34.1