Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155897
b: refs/heads/master
c: 520dc2a
h: refs/heads/master
i:
  155895: cf4905e
v: v3
  • Loading branch information
Eric Paris committed Jul 21, 2009
1 parent a2980ad commit 815eaad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 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: 7e790dd5fc937bc8d2400c30a05e32a9e9eef276
refs/heads/master: 520dc2a526fd681337883b6ff1ddcf7c23b1b063
12 changes: 1 addition & 11 deletions trunk/fs/notify/Kconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
config FSNOTIFY
bool "Filesystem notification backend"
default y
---help---
fsnotify is a backend for filesystem notification. fsnotify does
not provide any userspace interface but does provide the basis
needed for other notification schemes such as dnotify, inotify,
and fanotify.

Say Y here to enable fsnotify suport.

If unsure, say Y.
def_bool n

source "fs/notify/dnotify/Kconfig"
source "fs/notify/inotify/Kconfig"
2 changes: 1 addition & 1 deletion trunk/fs/notify/dnotify/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config DNOTIFY
bool "Dnotify support"
depends on FSNOTIFY
select FSNOTIFY
default y
help
Dnotify is a directory-based per-fd file change notification system
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/notify/inotify/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config INOTIFY

config INOTIFY_USER
bool "Inotify support for userspace"
depends on FSNOTIFY
select FSNOTIFY
default y
---help---
Say Y here to enable inotify support for userspace, including the
Expand Down

0 comments on commit 815eaad

Please sign in to comment.