Re: Implementing Meta File information in Linux

Bruce Korb (korbb@datadesign.com)
Mon, 14 Sep 1998 12:26:42 -0700


Olaf Titz wrote:

> Here's another idea:

Here's *another* idea:

Eliminate the distinction between directories and files.
Every inode has a data "fork" and a "directory" fork.
You can thereby annotate a directory by writing to the
data fork and supply meta information for data files by
creating files in the "directory" fork. Simple. Cute.
Only requires figuring out semantics for the
struct-stat.st_mode field.

-
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.tux.org/lkml/