The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: klink
by SadEagle on Friday 04/Mar/2005, @12:57
|
AFAIK, the only notification DNotify produces is "directory changed" --- and do all systems even have change notification? So you probably can't count on kernel help.
|
[
Reply To This | View ]
|
Re: klink
by MM on Friday 04/Mar/2005, @13:10
|
> this _is_ one of the things that's easier to do when you embed it into the filesystem itself, a luxury we don't have.
I was about to suggest a Reiser4 plugin, but I'm not sure if plugins are allowed to do anything more than providing attributes (or "files within a file").
If plugins are limited in this way, it though should be possible to save a "history" of the file (recent names and paths, date and time of the rename/move action). But this information would be useless for klink, as attributes can only be read if the correct path and name are known, so klink would have to search the whole harddisk and scan the "history" attributes of all files...
And not everybody uses Reiser...
|
[
Reply To This | View ]
|
Re: klink
by MM on Friday 04/Mar/2005, @13:19
|
Oh, and even if Reiser4 plugins are not limited, I wonder how a notification system of a file system could look like... I feel a bit uncomfortable having a file system that depends on dcop (no offense, dcop is great, but on file system level?)
|
[
Reply To This | View ]
|
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|