]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitacded1d363706e6bb5be3e1bcfd6e0e3a68ca4bd
tree7a33b8edb176465959abe9bd67a21a4498d93b6a
parent4a82c31803856291d014f128f1a7569b17d8daf3
inotify: update the group mask on mark addition

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>
fs/notify/inotify/inotify_user.c