Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207630
b: refs/heads/master
c: cd7752c
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris committed Jul 28, 2010
1 parent 8683fe0 commit f527d9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74be0cc82835aecad332a29896b0f212ba893403
refs/heads/master: cd7752ce7cac5184ca35aecebffafae9662570bc
3 changes: 0 additions & 3 deletions trunk/fs/notify/group.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f527d9e

Please sign in to comment.