> - Make a new file type, and put just that information in the
> directory (so that it shows up in d_type on a readdir()). Put the
> real data in the file, ie make it largely look like an "extended
> symlink".
reading directories therefore causes lots of seeks and performance
begins to suck again
IMO, extended attributes are a better place to store this and making
it per-inode, there is an argument that having a file behave
differently in different places is unecessaryly complex and really
doesn't solve any know real-world problems
--cw
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/