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)
commit3058dca6945f12f1777eb40d43f4c97351a9c175
tree5fa97d24aa0966fb1209c6ddcfd2eeb88bbf2638
parenta44f52096c0b35214953124754dc034a889dc3b0
fanotify: quit wanking with FASYNC in ->release()

... 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