You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
comedi: quit wanking with FASYNC in ->release()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -2317,9 +2317,6 @@ static int comedi_close(struct inode *inode, struct file *file)
|
||||
|
||||
mutex_unlock(&dev->mutex);
|
||||
|
||||
if (file->f_flags & FASYNC)
|
||||
comedi_fasync(-1, file, 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user