fsnotify: rework ignored mark flushing
authorEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 14:18:39 +0000 (10:18 -0400)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 14:18:54 +0000 (10:18 -0400)
commit84a5b68e8da1490906c11129756490a556ae2c19
tree684be31165523f21dc844a6a56e84e23c04dba61
parent02436668d98385f5b5d9ffb695a37dadf98ed8a8
fsnotify: rework ignored mark flushing

currently ignored_mark clearing is done in a seperate list traversal
before the actual list traversal to send events.  There is no need for
this.  Do them at the same time.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/fsnotify.c