Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207721
b: refs/heads/master
c: 8778abb
h: refs/heads/master
i:
  207719: e205545
v: v3
  • Loading branch information
Andreas Gruenbacher authored and Eric Paris committed Jul 28, 2010
1 parent f0b4d4b commit f195334
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 75c1be487a690db43da2c1234fcacd84c982803c
refs/heads/master: 8778abb9a88fc4a74d8776ffaadf7214cf33c61e
6 changes: 2 additions & 4 deletions trunk/fs/notify/mark.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,8 @@ static int fsnotify_mark_destroy(void *ignored)

for (;;) {
spin_lock(&destroy_lock);
list_for_each_entry_safe(mark, next, &destroy_list, destroy_list) {
list_del(&mark->destroy_list);
list_add(&mark->destroy_list, &private_destroy_list);
}
/* exchange the list head */
list_replace_init(&destroy_list, &private_destroy_list);
spin_unlock(&destroy_lock);

synchronize_srcu(&fsnotify_mark_srcu);
Expand Down

0 comments on commit f195334

Please sign in to comment.