Re: The disappearing sys_call_table export.

Ragnar =?unknown-8bit?Q?Kj=F8rstad?= (kernel@ragnark.vestdata.no)
Fri, 9 May 2003 16:37:15 +0200


On Fri, May 09, 2003 at 08:53:04AM -0500, Jesse Pollard wrote:
> On Thursday 08 May 2003 14:43, Chuck Ebbert wrote:
> > > Have you tried catching the display IO ???
> >
> > Not in a million years -- display drivers work by pure magic AFAIC.
> >
> > > HSM has existed on UNIX based machines for a long time.
> >
> > Show me three HSM implementations for Linux and I'll show you three
> > different mechanisms. :)
>
> Actually... I think they all use the same one (Even the Solaris/IRIX/Cray ones
> do that). All of them provide a filesystem interface via VFS. The Linux ones
> were implemented via the "userfs" core or NFS.

I'm not sure what you mean by "via" VFS, but most HSM implementations on linux
require extra interfaces and special support in the filesystem (XDSM or propriatary).

The only exceptions I know are openXDSM which was intended to be a
generic interface in the VFS-layer (but we never got time to implement
it) and a implementation based on stackable filesystem.

I don't know if the later is actually in use anywere, or if it is
abandoned.

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