]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdfbd92877d43f61f7d917d63780466927450caa7
tree5fa97d24aa0966fb1209c6ddcfd2eeb88bbf2638
parent28be4641a57a8793b5f2b4d391d88658477972cb
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