-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eric Paris
committed
Jul 21, 2009
1 parent
a2980ad
commit 815eaad
Showing
4 changed files
with
4 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 7e790dd5fc937bc8d2400c30a05e32a9e9eef276 | ||
refs/heads/master: 520dc2a526fd681337883b6ff1ddcf7c23b1b063 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters