summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorDavide Libenzi <davidel@xmailserver.org>2002-11-02 19:40:57 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-11-02 19:40:57 -0800
commit3a35d84ab5e98eb27a3be47eaee3392ea4fd7c10 (patch)
tree7199e469903cc8f5ed8992b4d76e3aee530ef834 /include/linux/fs.h
parentb1b782f7b7fced03a6dc51d3e52595fcfc9ac106 (diff)
[PATCH] epoll update r3
- EP_CTL_MOD drops an event if conditions events are met - The source file eventpoll.c moved from drivers/char to fs - Fixed a weirdness with tty's Missing: system calls for arch != i386 ...
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 9a3e78ba7592..91845f06c28f 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -504,10 +504,6 @@ struct file {
/* needed for tty driver, and maybe others */
void *private_data;
-
- /* file callback list */
- rwlock_t f_cblock;
- struct list_head f_cblist;
};
extern spinlock_t files_lock;
#define file_list_lock() spin_lock(&files_lock);