]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/proc/root.c
Hibernation: Introduce begin() and end() callbacks
[linux-2.6-omap-h63xx.git] / fs / proc / root.c
index ec9cb3b6c93bf777e8c6cb8ed4a6f8405898fa87..81f99e691f99014eeaefb8cefa0c582719074a39 100644 (file)
@@ -207,6 +207,7 @@ struct proc_dir_entry proc_root = {
        .name           = "/proc",
        .mode           = S_IFDIR | S_IRUGO | S_IXUGO, 
        .nlink          = 2, 
+       .count          = ATOMIC_INIT(1),
        .proc_iops      = &proc_root_inode_operations, 
        .proc_fops      = &proc_root_operations,
        .parent         = &proc_root,