]> Pileus Git - ~andy/linux/commitdiff
fanotify: quit wanking with FASYNC in ->release()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 16 Jun 2013 15:08:36 +0000 (19:08 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 29 Jun 2013 08:57:23 +0000 (12:57 +0400)
... especially since there's no way to get that sucker
on the list fsnotify_fasync() works with - the only thing
adding to it is fsnotify_fasync() itself and it's never
called for fanotify files while they are opened.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/notify/fanotify/fanotify_user.c

index 6c80083a984fc192ebc73bad2a2edc86b4c25e11..1ea52f7c031fbd2aed6247ec445d10103ec973ad 100644 (file)
@@ -399,9 +399,6 @@ static int fanotify_release(struct inode *ignored, struct file *file)
        wake_up(&group->fanotify_data.access_waitq);
 #endif
 
-       if (file->f_flags & FASYNC)
-               fsnotify_fasync(-1, file, 0);
-
        /* matches the fanotify_init->fsnotify_alloc_group */
        fsnotify_destroy_group(group);