tmp_suning_uos_patched/fs/notify/dnotify
Eric Paris ce61856bd2 dnotify: do not bother to lock entry->lock when reading mask
entry->lock is needed to make sure entry->mask does not change while
manipulating it.  In dnotify_should_send_event() we don't care if we get an
old or a new mask value out of this entry so there is no point it taking
the lock.

Signed-off-by: Eric Paris <eparis@redhat.com>
2009-06-11 14:57:54 -04:00
..
dnotify.c dnotify: do not bother to lock entry->lock when reading mask 2009-06-11 14:57:54 -04:00
Kconfig dnotify: reimplement dnotify using fsnotify 2009-06-11 14:57:53 -04:00
Makefile