Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28015
b: refs/heads/master
c: 2d9048e
h: refs/heads/master
i:
  28013: 27fa18a
  28011: cc6bc2a
  28007: 8e681a6
  27999: cc0953c
v: v3
  • Loading branch information
Amy Griffis authored and Al Viro committed Jun 20, 2006
1 parent 5cd7e31 commit dd60387
Show file tree
Hide file tree
Showing 9 changed files with 1,047 additions and 722 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: 90204e0b7b51e9f2a6905adca12dc331128602c7
refs/heads/master: 2d9048e201bfb67ba21f05e647b1286b8a4a5667
24 changes: 18 additions & 6 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -393,18 +393,30 @@ config INOTIFY
bool "Inotify file change notification support"
default y
---help---
Say Y here to enable inotify support and the associated system
calls. Inotify is a file change notification system and a
replacement for dnotify. Inotify fixes numerous shortcomings in
dnotify and introduces several new features. It allows monitoring
of both files and directories via a single open fd. Other features
include multiple file events, one-shot support, and unmount
Say Y here to enable inotify support. Inotify is a file change
notification system and a replacement for dnotify. Inotify fixes
numerous shortcomings in dnotify and introduces several new features
including multiple file events, one-shot support, and unmount
notification.

For more information, see Documentation/filesystems/inotify.txt

If unsure, say Y.

config INOTIFY_USER
bool "Inotify support for userspace"
depends on INOTIFY
default y
---help---
Say Y here to enable inotify support for userspace, including the
associated system calls. Inotify allows monitoring of both files and
directories via a single open fd. Events are read from the file
descriptor, which is also select()- and poll()-able.

For more information, see Documentation/filesystems/inotify.txt

If unsure, say Y.

config QUOTA
bool "Quota support"
help
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ obj-y := open.o read_write.o file_table.o buffer.o bio.o super.o \
ioprio.o pnode.o drop_caches.o splice.o sync.o

obj-$(CONFIG_INOTIFY) += inotify.o
obj-$(CONFIG_INOTIFY_USER) += inotify_user.o
obj-$(CONFIG_EPOLL) += eventpoll.o
obj-$(CONFIG_COMPAT) += compat.o compat_ioctl.o

Expand Down
Loading

0 comments on commit dd60387

Please sign in to comment.