aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 7aacf31418fe..a7409bc157e0 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1001,6 +1001,7 @@ struct file {
1001#ifdef CONFIG_EPOLL 1001#ifdef CONFIG_EPOLL
1002 /* Used by fs/eventpoll.c to link all the hooks to this file */ 1002 /* Used by fs/eventpoll.c to link all the hooks to this file */
1003 struct list_head f_ep_links; 1003 struct list_head f_ep_links;
1004 struct list_head f_tfile_llink;
1004#endif /* #ifdef CONFIG_EPOLL */ 1005#endif /* #ifdef CONFIG_EPOLL */
1005 struct address_space *f_mapping; 1006 struct address_space *f_mapping;
1006#ifdef CONFIG_DEBUG_WRITECOUNT 1007#ifdef CONFIG_DEBUG_WRITECOUNT