diff options
| author | Davide Libenzi <davidel@xmailserver.org> | 2002-11-14 16:17:23 -0800 |
|---|---|---|
| committer | Jens Axboe <axboe@suse.de> | 2002-11-14 16:17:23 -0800 |
| commit | 424980a87e226d63af46579b2af16ec1b8d17e52 (patch) | |
| tree | 66d31ca884dcffec9fde201bfec63a026714e6fb /kernel | |
| parent | 6e941592b267a7917f293670a762bf7979f24e4e (diff) | |
[PATCH] epoll bits 0.46 ...
- A more uniform poll queueing interface with tips from Manfred
- The f_op->poll() is done outside the irqlock to maintain compatibility
with existing drivers that assume to be called with irq enabled
- Moved event mask setting inside ep_modify() with tips from John
- Fixed locking to fit the new "poll() outside the lock" approach
- Bufferd userspace event delivery to reduce irq_lock/irq_unlock switching
rate and to reduce the number of __copy_to_user()
- Comments added
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/ksyms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ksyms.c b/kernel/ksyms.c index 8356f35808a5..65537e41d098 100644 --- a/kernel/ksyms.c +++ b/kernel/ksyms.c @@ -269,7 +269,7 @@ EXPORT_SYMBOL(generic_file_llseek); EXPORT_SYMBOL(remote_llseek); EXPORT_SYMBOL(no_llseek); EXPORT_SYMBOL(__pollwait); -EXPORT_SYMBOL(poll_freewait); +EXPORT_SYMBOL(__pollfreewait); EXPORT_SYMBOL(ROOT_DEV); EXPORT_SYMBOL(find_get_page); EXPORT_SYMBOL(find_lock_page); |
