diff options
Diffstat (limited to 'fs/inotify.c')
-rw-r--r-- | fs/inotify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/inotify.c b/fs/inotify.c index d41c53c8dfd0..6a0ba2c858e6 100644 --- a/fs/inotify.c +++ b/fs/inotify.c | |||
@@ -1028,8 +1028,8 @@ static int __init inotify_setup(void) | |||
1028 | register_filesystem(&inotify_fs_type); | 1028 | register_filesystem(&inotify_fs_type); |
1029 | inotify_mnt = kern_mount(&inotify_fs_type); | 1029 | inotify_mnt = kern_mount(&inotify_fs_type); |
1030 | 1030 | ||
1031 | inotify_max_queued_events = 8192; | 1031 | inotify_max_queued_events = 16384; |
1032 | inotify_max_user_instances = 8; | 1032 | inotify_max_user_instances = 128; |
1033 | inotify_max_user_watches = 8192; | 1033 | inotify_max_user_watches = 8192; |
1034 | 1034 | ||
1035 | atomic_set(&inotify_cookie, 0); | 1035 | atomic_set(&inotify_cookie, 0); |