]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/audit_tree.c
fsnotify: remove group_num altogether
[net-next-2.6.git] / kernel / audit_tree.c
index e3d63b596ef0b14bb50f421205e157c58598898a..59065e72a2eb1f9d90f896a64e2142606c14a57d 100644 (file)
@@ -937,8 +937,7 @@ static int __init audit_tree_init(void)
 {
        int i;
 
-       audit_tree_group = fsnotify_obtain_group(AUDIT_TREE_GROUP_NUM,
-                                                0, &audit_tree_ops);
+       audit_tree_group = fsnotify_obtain_group(0, &audit_tree_ops);
        if (IS_ERR(audit_tree_group))
                audit_panic("cannot initialize fsnotify group for rectree watches");