Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370073
b: refs/heads/master
c: 70ab27d
h: refs/heads/master
i:
  370071: 1d973b5
v: v3
  • Loading branch information
Al Viro committed Apr 29, 2013
1 parent a07b616 commit 1bf2d17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96625a74c7968fdd02476d01579ac826799e4f08
refs/heads/master: 70ab27ddb7ccb8d42a4e79730be5bcd7939851b6
14 changes: 0 additions & 14 deletions trunk/drivers/scsi/mpt3sas/mpt3sas_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,19 +502,6 @@ _ctl_fasync(int fd, struct file *filep, int mode)
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 -
* @file -
Expand Down Expand Up @@ -3233,7 +3220,6 @@ struct device_attribute *mpt3sas_dev_attrs[] = {
static const struct file_operations ctl_fops = {
.owner = THIS_MODULE,
.unlocked_ioctl = _ctl_ioctl,
.release = _ctl_release,
.poll = _ctl_poll,
.fasync = _ctl_fasync,
#ifdef CONFIG_COMPAT
Expand Down

0 comments on commit 1bf2d17

Please sign in to comment.