Hi,

On Thu, Oct 26, 2000 at 07:58:57PM +0200, Daniel Phillips wrote:
> Curtis Anderson wrote:
> > So, I can implement stream-style "extended attributes" using code in libc
> > and a few conventions.  I could even simply document the technique and leave
> > it up to the application developers who want EA's to put the required code
> > directly into their application.  Wow, I've just implemented stream-style
> > extended attributes without actually writing any code at all!
> 
> This is where your lucid exposition gets murky.  It's not enough to
> simply document it, you actually have to make the changes in libc, or
> wherever you plan to make them. 

That's not the point --- the point is that you are going to have to
make these user space changes in any case, whether you have kernel
support or not, so there's no need to implement in the kernel
functionality which can be obtained in user space for free while you
are making those necessary changes.

Cheers,
 Stephen
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]

Reply via email to