[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87lk26bgtb.fsf@basil.nowhere.org>
Date: Mon, 19 May 2008 14:48:32 +0200
From: Andi Kleen <andi@...stfloor.org>
To: hjk@...utronix.de
Cc: corbet@....net, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [11/11] Convert uio to fasync_unlocked
Andi Kleen <andi@...stfloor.org> writes:
> Just calls fasync_helper
>
> Cc: hjk@...utronix.de
Sorry that one was missing a quilt refresh. Here's the real patch.
Not very exciting.
-Andi
---
Convert uio to fasync_unlocked
Just calls fasync_helper
Cc: hjk@...utronix.de
Signed-off-by: Andi Kleen <ak@...ux.intel.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists