platform/x86: asus-wmi: Ignore WMI events with code 0x79
[linux-2.6-microblaze.git] / fs / proc / stat.c
index 0449edf..46b3293 100644 (file)
@@ -224,6 +224,7 @@ static int stat_open(struct inode *inode, struct file *file)
 }
 
 static const struct proc_ops stat_proc_ops = {
+       .proc_flags     = PROC_ENTRY_PERMANENT,
        .proc_open      = stat_open,
        .proc_read      = seq_read,
        .proc_lseek     = seq_lseek,