Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5794
b: refs/heads/master
c: 0bf955c
h: refs/heads/master
v: v3
  • Loading branch information
Robert Love authored and Linus Torvalds committed Aug 15, 2005
1 parent 8f78a4f commit 78f41bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2ba84684e8cf6f980e4e95a2300f53a505eb794e
refs/heads/master: 0bf955ce98cb3cf40e20d0cc435299eb76e8819e
2 changes: 1 addition & 1 deletion trunk/fs/inotify.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ static struct inotify_watch *create_watch(struct inotify_device *dev,
return ERR_PTR(ret);
}

dev->last_wd = ret;
dev->last_wd = watch->wd;
watch->mask = mask;
atomic_set(&watch->count, 0);
INIT_LIST_HEAD(&watch->d_list);
Expand Down

0 comments on commit 78f41bc

Please sign in to comment.