Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}
[deliverable/linux.git] / kernel / time / timer_list.c
index e5edc3a22a08d4100d57c6ca30a160b4f50c9c45..fdb2e03d4fe0d40943b72a11050fafefefbf81d9 100644 (file)
@@ -267,7 +267,7 @@ static struct file_operations timer_list_fops = {
        .open           = timer_list_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
-       .release        = seq_release,
+       .release        = single_release,
 };
 
 static int __init init_timer_list_procfs(void)
This page took 0.067097 seconds and 5 git commands to generate.