diff --git a/[refs] b/[refs] index f1ed2fdd5e90..dc4337be73f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5eb22cbcdb849886c2584389faff5afb56c23876 +refs/heads/master: 1b2ccf0cc15af717263c7cfe5d0aaf5ac057489e diff --git a/trunk/fs/inotify.c b/trunk/fs/inotify.c index d41c53c8dfd0..6a0ba2c858e6 100644 --- a/trunk/fs/inotify.c +++ b/trunk/fs/inotify.c @@ -1028,8 +1028,8 @@ static int __init inotify_setup(void) register_filesystem(&inotify_fs_type); inotify_mnt = kern_mount(&inotify_fs_type); - inotify_max_queued_events = 8192; - inotify_max_user_instances = 8; + inotify_max_queued_events = 16384; + inotify_max_user_instances = 128; inotify_max_user_watches = 8192; atomic_set(&inotify_cookie, 0);