Alexander Viro wrote:
... CUT ...
> diff -urN linux-ac19/fs/udf/file.c linux-ac19-fixes0/fs/udf/file.c
> --- linux-ac19/fs/udf/file.c Mon May 8 16:51:01 2000
> +++ linux-ac19-fixes0/fs/udf/file.c Sat Jun 17 01:05:00 2000
> @@ -115,9 +115,11 @@
> return 0;
> }
>
> +/* FIXME: block_sync
I think buffer_insert_inode_queue and fsync_inode_buffers need to be
added to ksyms.c for ext2 to compile as a module in later 2.4-ac kernels.
Ben
Jamie Lokier wrote:
>
> Ben Fennema wrote:
> > Well, theres a few other pain in the butt things to consider.
> > One, I have to keep track of the file sizes of all the files in the streams
> > directory (there is a record of the total size of the main file + all
> &g
Jamie Lokier wrote:
>
> Ben Fennema wrote:
> > My first question is, CAN I actually use lookup and readdir on a file
> > (Is it ls being too smart by looking at the thing, deceiding its not a
> > directory, and giving up -- or is it the kernel?)
>
> The kernel wil
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 who
Ok, I'm trying to implement streams in UDF.
They are kind of like resource forks/extended attributes.
Anyways, how they work is a inode has a pointer to a streams directory,
which contains all the streams for the inode as files in the directory.
So like:
FILE ---> stream dir
Stre