diff options
| author | Anton Altaparmakov <aia21@cantab.net> | 2005-07-13 18:09:23 -0400 |
|---|---|---|
| committer | Anton Altaparmakov <aia21@cantab.net> | 2005-07-13 18:09:23 -0400 |
| commit | c514720716c7b109ff980f8b3cb93f9af872c91c (patch) | |
| tree | 490a9578995705de69712893a190b67651bddc56 /include/linux/sysctl.h | |
| parent | 07929dcb963786512c760dd3ecd148d89295e7e5 (diff) | |
| parent | 1e279dd855d15b72364b4103f872d67d8592647e (diff) | |
Automatic merge with /usr/src/ntfs-2.6.git.
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/ */ |
