[PATCH] [11/11] Convert uio to fasync_unlocked

From: Andi Kleen
Date: Tue May 20 2008 - 11:31:00 EST



Just calls fasync_helper

Cc: hjk@xxxxxxxxxxxxx
---
drivers/uio/uio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/drivers/uio/uio.c
===================================================================
--- linux.orig/drivers/uio/uio.c
+++ linux/drivers/uio/uio.c
@@ -541,7 +541,7 @@ static const struct file_operations uio_
.read = uio_read,
.mmap = uio_mmap,
.poll = uio_poll,
- .fasync = uio_fasync,
+ .unlocked_fasync = uio_fasync,
};

static int uio_major_init(void)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/