]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fsnotify: clear ignored mask on modify
authorEric Paris <eparis@redhat.com>
Fri, 18 Dec 2009 02:24:33 +0000 (21:24 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:59:00 +0000 (09:59 -0400)
commite898386146deb49a0b45ff1887d9da149c003209
tree6238ddb50919383139e7937c75a21524faacf03d
parentb9e4e3bd0495fea9e8f8e712889c9cd8ffa43c94
fsnotify: clear ignored mask on modify

On inode modification we clear the ignored mask for all of the marks on the
inode.  This allows userspace to ignore accesses to inodes until there is
something different.

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