Commit f269cad7 authored by Al Viro's avatar Al Viro

fanotify: don't wank with FASYNC on ->release()

... it's done already by __fput()
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 0e2bcaae
......@@ -287,9 +287,6 @@ static int inotify_release(struct inode *ignored, struct file *file)
pr_debug("%s: group=%p\n", __func__, group);
if (file->f_flags & FASYNC)
fsnotify_fasync(-1, file, 0);
/* free this group, matching get was inotify_init->fsnotify_obtain_group */
fsnotify_destroy_group(group);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment