Alexander Viro wrote:
> 
> 
> 
> On Sat, 11 Mar 2000, Ben Fennema wrote:
> 
> > Ok, I'm trying to implement streams in UDF.
> > They are kind of like resource forks/extended attributes.
> 
> And our support of 'forks' is a bloody mess (as the whole idea of forks
> is - what can you expect from Crapple?). _Please_, wait with it until
> the dcache will be moved into stable state. Approaches you've mentioned
> kinda-sorta work, but I can easily produce races with any of them. And
> once such thing is in it will be _hell_ to redo.

Is there some kind of future plan for a common 'fork' access methidology?

can I do something like inode->u.udf_i->streamdir = iget(stream dir ino num)
then, using ioctl calls on the file, access the files in streamdir?

(Keep using the kernel functionallity to access the files, but not have
them part of the directory hierarchy)

Ben

-- 
Linux UDF - http://www.trylinux.com/projects/udf/index.html
Latest Is - udf-0.9.1 (http://www.csc.calpoly.edu/~bfennema/udf.html)

Reply via email to