mpt2sas: don't wank with fasync on ->release()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Родитель
8e0bcc7222
Коммит
96625a74c7
|
@ -504,19 +504,6 @@ _ctl_fasync(int fd, struct file *filep, int mode)
|
||||||
return fasync_helper(fd, filep, mode, &async_queue);
|
return fasync_helper(fd, filep, mode, &async_queue);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* _ctl_release -
|
|
||||||
* @inode -
|
|
||||||
* @filep -
|
|
||||||
*
|
|
||||||
* Called when application releases the fasyn callback handler.
|
|
||||||
*/
|
|
||||||
static int
|
|
||||||
_ctl_release(struct inode *inode, struct file *filep)
|
|
||||||
{
|
|
||||||
return fasync_helper(-1, filep, 0, &async_queue);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* _ctl_poll -
|
* _ctl_poll -
|
||||||
* @file -
|
* @file -
|
||||||
|
@ -3027,7 +3014,6 @@ struct device_attribute *mpt2sas_dev_attrs[] = {
|
||||||
static const struct file_operations ctl_fops = {
|
static const struct file_operations ctl_fops = {
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.unlocked_ioctl = _ctl_ioctl,
|
.unlocked_ioctl = _ctl_ioctl,
|
||||||
.release = _ctl_release,
|
|
||||||
.poll = _ctl_poll,
|
.poll = _ctl_poll,
|
||||||
.fasync = _ctl_fasync,
|
.fasync = _ctl_fasync,
|
||||||
#ifdef CONFIG_COMPAT
|
#ifdef CONFIG_COMPAT
|
||||||
|
|
Загрузка…
Ссылка в новой задаче