Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207665
b: refs/heads/master
c: ba643f0
h: refs/heads/master
i:
  207663: dbe2aaa
v: v3
  • Loading branch information
Eric Paris committed Jul 28, 2010
1 parent 9036af9 commit 588586e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 5444e2981c31d0ed7465475e451b8437084337e5
refs/heads/master: ba643f04cdda170215c8820acd3e201936fc512d
5 changes: 1 addition & 4 deletions trunk/fs/notify/mark.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,8 @@ void fsnotify_duplicate_mark(struct fsnotify_mark *new, struct fsnotify_mark *ol
void fsnotify_init_mark(struct fsnotify_mark *mark,
void (*free_mark)(struct fsnotify_mark *mark))
{
memset(mark, 0, sizeof(*mark));
spin_lock_init(&mark->lock);
atomic_set(&mark->refcnt, 1);
INIT_HLIST_NODE(&mark->i.i_list);
mark->group = NULL;
mark->mask = 0;
mark->i.inode = NULL;
mark->free_mark = free_mark;
}

0 comments on commit 588586e

Please sign in to comment.