inotify: update the group mask on mark addition
authorEric Paris <eparis@redhat.com>
Fri, 28 Aug 2009 16:50:47 +0000 (12:50 -0400)
committerEric Paris <eparis@redhat.com>
Fri, 28 Aug 2009 16:51:14 +0000 (12:51 -0400)
Seperating the addition and update of marks in inotify resulted in a
regression in that inotify never gets events.  The inotify group mask is
always 0.  This mask should be updated any time a new mark is added.

Signed-off-by: Eric Paris <eparis@redhat.com>

No differences found