Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5032
b: refs/heads/master
c: 1b2ccf0
h: refs/heads/master
v: v3
  • Loading branch information
Robert Love authored and Linus Torvalds committed Jul 26, 2005
1 parent 773a9ad commit ad1b50e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5eb22cbcdb849886c2584389faff5afb56c23876
refs/heads/master: 1b2ccf0cc15af717263c7cfe5d0aaf5ac057489e
4 changes: 2 additions & 2 deletions trunk/fs/inotify.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ad1b50e

Please sign in to comment.