]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/audit_tree.c
fsnotify: drop mask argument from fsnotify_alloc_group
[net-next-2.6.git] / kernel / audit_tree.c
index 813274d4edada354394d9b94387f9c61b87dcf9b..04f16887406bbe7bf9bc3fe5a2ee3261660a8300 100644 (file)
@@ -937,7 +937,7 @@ static int __init audit_tree_init(void)
 {
        int i;
 
-       audit_tree_group = fsnotify_alloc_group(0, &audit_tree_ops);
+       audit_tree_group = fsnotify_alloc_group(&audit_tree_ops);
        if (IS_ERR(audit_tree_group))
                audit_panic("cannot initialize fsnotify group for rectree watches");