[2.1.54-dentry-patch] Busmouse patch (included this time)

Aaron Tiensivu (tiensivu@pilot.msu.edu)
Tue, 9 Sep 1997 16:32:04 -0400


--wRRV7LY7NUeQGEoC
Content-Type: text/plain; charset=us-ascii

Mailer error, try 2:

--wRRV7LY7NUeQGEoC
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="2.1.54.dentry.busmouse.patch"

--- linux/drivers/char/busmouse.c.virgin Tue Sep 9 16:11:28 1997
+++ linux/drivers/char/busmouse.c Tue Sep 9 16:16:08 1997
@@ -111,7 +111,7 @@
int retval;
struct inode *inode = filp->f_dentry->d_inode;

- retval = fasync_helper(inode, filp, on, &mouse.fasyncptr);
+ retval = fasync_helper(filp, on, &mouse.fasyncptr);
if (retval < 0)
return retval;
return 0;
@@ -123,7 +123,7 @@

static int close_mouse(struct inode * inode, struct file * file)
{
- fasync_mouse(inode, file, 0);
+ fasync_mouse(file, 0);
if (--mouse.active)
return 0;
MSE_INT_OFF();

--wRRV7LY7NUeQGEoC--