diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 7b17db7c5a6..d8ecb015ff8 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -969,6 +969,7 @@ struct file { | |||
969 | #ifdef CONFIG_EPOLL | 969 | #ifdef CONFIG_EPOLL |
970 | /* Used by fs/eventpoll.c to link all the hooks to this file */ | 970 | /* Used by fs/eventpoll.c to link all the hooks to this file */ |
971 | struct list_head f_ep_links; | 971 | struct list_head f_ep_links; |
972 | struct list_head f_tfile_llink; | ||
972 | #endif /* #ifdef CONFIG_EPOLL */ | 973 | #endif /* #ifdef CONFIG_EPOLL */ |
973 | struct address_space *f_mapping; | 974 | struct address_space *f_mapping; |
974 | #ifdef CONFIG_DEBUG_WRITECOUNT | 975 | #ifdef CONFIG_DEBUG_WRITECOUNT |