Re: [patch] make dnotify a configure-time option

From: Andrew Morton
Date: Tue Oct 26 2004 - 03:33:10 EST


Robert Love <rml@xxxxxxxxxx> wrote:
>
> make dnotify configurable, via CONFIG_DNOTIFY.

I don't think we want people accidentally disabling dnotify and making
kernels which don't implement the standard kernel API. So...


diff -puN fs/Kconfig~make-dnotify-a-configure-time-option-embedded fs/Kconfig
--- 25/fs/Kconfig~make-dnotify-a-configure-time-option-embedded 2004-10-26 01:28:44.866957712 -0700
+++ 25-akpm/fs/Kconfig 2004-10-26 01:29:09.498213192 -0700
@@ -441,7 +441,7 @@ config QUOTACTL
default y

config DNOTIFY
- bool "Dnotify support"
+ bool "Dnotify support" if EMBEDDED
default y
help
Dnotify is a directory-based per-fd file change notification system
_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/