mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Robert Love <rml@novell.com>
Cc: ttb@tentacle.dhs.org, linux-kernel@vger.kernel.org
Subject: Re: [patch] make dnotify a configure-time option
Date: Tue, 26 Oct 2004 01:30:26 -0700	[thread overview]
Message-ID: <20041026013026.6b65bd24.akpm@osdl.org> (raw)
In-Reply-To: <1098767891.6034.50.camel@localhost>

Robert Love <rml@novell.com> 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
_


  reply	other threads:[~2004-10-26  8:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-26  4:32 Robert Love
2004-10-26  4:49 ` Andrew Morton
2004-10-26  5:18   ` Robert Love
2004-10-26  8:30     ` Andrew Morton [this message]
2004-10-26 14:34       ` Robert Love

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041026013026.6b65bd24.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rml@novell.com \
    --cc=ttb@tentacle.dhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome