diff options
Diffstat (limited to 'fs/eventpoll.c')
-rw-r--r-- | fs/eventpoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/eventpoll.c b/fs/eventpoll.c index af903128891c..b73e0621ce9e 100644 --- a/fs/eventpoll.c +++ b/fs/eventpoll.c | |||
@@ -293,7 +293,7 @@ static LIST_HEAD(tfile_check_list); | |||
293 | static long zero; | 293 | static long zero; |
294 | static long long_max = LONG_MAX; | 294 | static long long_max = LONG_MAX; |
295 | 295 | ||
296 | ctl_table epoll_table[] = { | 296 | struct ctl_table epoll_table[] = { |
297 | { | 297 | { |
298 | .procname = "max_user_watches", | 298 | .procname = "max_user_watches", |
299 | .data = &max_user_watches, | 299 | .data = &max_user_watches, |