diff options
| author | Tony Luck <tony.luck@intel.com> | 2005-07-13 15:15:43 -0400 | 
|---|---|---|
| committer | Tony Luck <tony.luck@intel.com> | 2005-07-13 15:15:43 -0400 | 
| commit | 99ad25a313bda566a346b46a6015afa65bc0a02b (patch) | |
| tree | b9443fed1ab74f320c4ee0791864ee96d7c069df /include/linux/sysctl.h | |
| parent | f62c4a96f74d6c6dd56d1742697e94a5c2085e87 (diff) | |
| parent | 9a556e89081b0c1c2f83cee915363b15a68a6f2d (diff) | |
Auto merge with /home/aegl/GIT/linus
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 5b5f434ac9a0..bfbbe94b297d 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h  | |||
| @@ -70,6 +70,14 @@ enum | |||
| 70 | CTL_BUS_ISA=1 /* ISA */ | 70 | CTL_BUS_ISA=1 /* ISA */ | 
| 71 | }; | 71 | }; | 
| 72 | 72 | ||
| 73 | /* /proc/sys/fs/inotify/ */ | ||
| 74 | enum | ||
| 75 | { | ||
| 76 | INOTIFY_MAX_USER_INSTANCES=1, /* max instances per user */ | ||
| 77 | INOTIFY_MAX_USER_WATCHES=2, /* max watches per user */ | ||
| 78 | INOTIFY_MAX_QUEUED_EVENTS=3 /* max queued events per instance */ | ||
| 79 | }; | ||
| 80 | |||
| 73 | /* CTL_KERN names: */ | 81 | /* CTL_KERN names: */ | 
| 74 | enum | 82 | enum | 
| 75 | { | 83 | { | 
| @@ -676,6 +684,7 @@ enum | |||
| 676 | FS_XFS=17, /* struct: control xfs parameters */ | 684 | FS_XFS=17, /* struct: control xfs parameters */ | 
| 677 | FS_AIO_NR=18, /* current system-wide number of aio requests */ | 685 | FS_AIO_NR=18, /* current system-wide number of aio requests */ | 
| 678 | FS_AIO_MAX_NR=19, /* system-wide maximum number of aio requests */ | 686 | FS_AIO_MAX_NR=19, /* system-wide maximum number of aio requests */ | 
| 687 | FS_INOTIFY=20, /* inotify submenu */ | ||
| 679 | }; | 688 | }; | 
| 680 | 689 | ||
| 681 | /* /proc/sys/fs/quota/ */ | 690 | /* /proc/sys/fs/quota/ */ | 
