Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7e341fa1f8ed25385e2321d7e5a49ce6aea2d702
Commit:     7e341fa1f8ed25385e2321d7e5a49ce6aea2d702
Parent:     4a239427f23c7850a33445178ec5f71e19d040b2
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 16 23:27:17 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Wed Oct 17 08:42:53 2007 -0700

    allow disabling DNOTIFY without EMBEDDED
    
    Allow disabling DNOTIFY with CONFIG_EMBEDDED=n.
    
    I'm currently running a kernel with dnotify disabled and I haven't run into
    any problem.  Is there any popular application left that breaks without
    dnotify support in the kernel?
    
    Note that this patch does not remove dnotify support, it still defaults to
    "y", and the help text recommends enabling it.
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Acked-by: Stephen Rothwell <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 fs/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index 815d201..9a40a9c 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -555,7 +555,7 @@ config QUOTACTL
        default y
 
 config DNOTIFY
-       bool "Dnotify support" if EMBEDDED
+       bool "Dnotify support"
        default y
        help
          Dnotify is a directory-based per-fd file change notification system
@@ -563,7 +563,7 @@ config DNOTIFY
          superior alternatives, but some applications may still rely on
          dnotify.
 
-         Because of this, if unsure, say Y.
+         If unsure, say Y.
 
 config AUTOFS_FS
        tristate "Kernel automounter support"
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to