From: "Rüdiger Klaehn" <rudi@gamemakers.de>
To: linux-kernel@vger.kernel.org
Cc: ttb@tentacle.dhs.org, jamie@shareable.org, tridge@samba.org,
viro@parcelfarce.linux.theplanet.co.uk, torvalds@osdl.org,
alexl@redhat.com
Subject: [RFC,PATCH] dnotify: enhance or replace?
Date: Wed, 24 Mar 2004 15:17:18 +0100 [thread overview]
Message-ID: <4061986E.6020208@gamemakers.de> (raw)
Hi all,
I have been working on a dnotify enhancement to let it work recursively
and to store information about what exactly has changed.
My current code can be found here:
<http://www.lambda-computing.com/~rudi/dnotify/>
From reading the list, I got the impression that there is a general
consensus that the current dnotify mechanism is less than optimal, and
that something should be done about it. Is that correct?
My current implementation enhances the dnotify mechanism, but is
backwards compatible to the old mechanism. This is obviously the least
intrusive approach, but it is also less than optimal. For example it
still requires an open file handle to watch for changes in a tree, so it
will create problems when unmounting a device.
In an offline discussion, the issue came up wether it would not be
better to replace dnotify with a completely new mechanism like e.g. a
special netlink socket. Since most userspace programs (e.g. KDE and
gnome) do not use dnotify directly, but through the fam daemon, the
required changes in user space applications would not be that great.
So what is your take on this? Enhance or replace?
best regards,
Rüdiger
p.s.: I cc'ed everybody who I think might be interested in a dnotify
enhancement/replacement.
next reply other threads:[~2004-03-24 14:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-24 14:17 Rüdiger Klaehn [this message]
2004-03-24 15:40 ` [RFC,PATCH] dnotify: enhance or replace? Alexander Larsson
2004-03-24 16:15 ` Rüdiger Klaehn
[not found] ` <1080202140.8108.101.camel@localhost.localdomain>
2004-03-26 9:52 ` Rüdiger Klaehn
[not found] ` <4062C63F.6050907@gamemakers.de>
[not found] ` <1080219862.8108.138.camel@localhost.localdomain>
2004-03-26 9:59 ` Rüdiger Klaehn
2004-03-24 16:37 ` John McCutchan
2004-03-24 16:54 ` Rüdiger Klaehn
2004-03-24 19:53 ` John McCutchan
2004-03-24 20:00 ` Paul Rolland
2004-03-24 20:04 ` viro
2004-03-26 10:12 ` Rüdiger Klaehn
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=4061986E.6020208@gamemakers.de \
--to=rudi@gamemakers.de \
--cc=alexl@redhat.com \
--cc=jamie@shareable.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rudi@lambda-computing.de \
--cc=torvalds@osdl.org \
--cc=tridge@samba.org \
--cc=ttb@tentacle.dhs.org \
--cc=viro@parcelfarce.linux.theplanet.co.uk \
/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