From f527d9e4dfc2c9796bb8ec6c30ad04259cc28884 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Thu, 17 Dec 2009 21:24:22 -0500 Subject: [PATCH] --- yaml --- r: 207630 b: refs/heads/master c: cd7752ce7cac5184ca35aecebffafae9662570bc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/notify/group.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index a17717540751..191d774d3e90 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 74be0cc82835aecad332a29896b0f212ba893403 +refs/heads/master: cd7752ce7cac5184ca35aecebffafae9662570bc diff --git a/trunk/fs/notify/group.c b/trunk/fs/notify/group.c index 62fb8961a57b..934860e98095 100644 --- a/trunk/fs/notify/group.c +++ b/trunk/fs/notify/group.c @@ -178,17 +178,14 @@ struct fsnotify_group *fsnotify_obtain_group(__u32 mask, atomic_set(&group->refcnt, 1); - group->on_group_list = 0; group->mask = mask; mutex_init(&group->notification_mutex); INIT_LIST_HEAD(&group->notification_list); init_waitqueue_head(&group->notification_waitq); - group->q_len = 0; group->max_events = UINT_MAX; spin_lock_init(&group->mark_lock); - atomic_set(&group->num_marks, 0); INIT_LIST_HEAD(&group->mark_entries); group->ops = ops;