Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370069
b: refs/heads/master
c: f0689f0
h: refs/heads/master
i:
  370067: db5d64e
v: v3
  • Loading branch information
Al Viro committed Apr 29, 2013
1 parent 8c7eff6 commit e11aef1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 858feacd2b6790c49ba9c7521f0c7ac3a5a9cb8e
refs/heads/master: f0689f05371c6a7a33b4a4b85ecb6d1c79e2a371
8 changes: 0 additions & 8 deletions trunk/drivers/message/fusion/mptctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,13 +596,6 @@ mptctl_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply)
return 1;
}

static int
mptctl_release(struct inode *inode, struct file *filep)
{
fasync_helper(-1, filep, 0, &async_queue);
return 0;
}

static int
mptctl_fasync(int fd, struct file *filep, int mode)
{
Expand Down Expand Up @@ -2822,7 +2815,6 @@ static const struct file_operations mptctl_fops = {
.llseek = no_llseek,
.fasync = mptctl_fasync,
.unlocked_ioctl = mptctl_ioctl,
.release = mptctl_release,
#ifdef CONFIG_COMPAT
.compat_ioctl = compat_mpctl_ioctl,
#endif
Expand Down

0 comments on commit e11aef1

Please sign in to comment.