mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 01:09:38 -05:00
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>
This commit is contained in:
parent
a44f52096c
commit
3058dca694
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue