public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC,PATCH] dnotify: enhance or replace?
@ 2004-03-24 14:17 Rüdiger Klaehn
  2004-03-24 15:40 ` Alexander Larsson
  0 siblings, 1 reply; 11+ messages in thread
From: Rüdiger Klaehn @ 2004-03-24 14:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: ttb, jamie, tridge, viro, torvalds, alexl

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.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2004-03-26 10:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-24 14:17 [RFC,PATCH] dnotify: enhance or replace? Rüdiger Klaehn
2004-03-24 15:40 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox