lkml.org 
[lkml]   [2008]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: [PATCH] [11/11] Convert uio to fasync_unlocked
From
Date
Andi Kleen <andi@firstfloor.org> writes:

> Just calls fasync_helper
>
> Cc: hjk@linutronix.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@linutronix.de
Signed-off-by: Andi Kleen <ak@linux.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)

\
 
 \ /
  Last update: 2008-05-19 14:51    [W:0.120 / U:0.700 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site