Re: Implementing Meta File information in Linux

Benny Amorsen (amorsen@ursa.sscnet.com)
26 Aug 1998 12:27:04 +0200


>>>>> "KA" == Kenneth Albanowski <kjahds@kjahds.com> writes:

KA> That's the real benefit of the resource fork, actually -- to be
KA> able to stuff new data, and arbitrary data, into a file, with a
KA> semblence of organization, and then be able to do useful stuff
KA> with it, without confusing existing programs.

Currently you cannot do a read() on a directory in ext2fs. If you
allowed read() (and mmap etc.) on a directory to actually return the
data from a specific file in the directory (index.html :), you would
achieve many of the same benefits.

The major drawback is that some applications know that directories
cannot be read, and do not even attempt it.

Benny

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html