Re: reiser4 plugins (was: silent semantic changes with reiser4)

From: Christoph Hellwig
Date: Thu Aug 26 2004 - 10:39:27 EST


> > compression or encryption must sit below the pagecache to work nicely,
> > and this hint things that usually sit at the pagecache level. But let's
> > assume you have a valid use for different file_operations, why don't you
> > simply add in different file_operations instead of adding another
> > internal dispatch layer?
>
> I don't know, ask Hans. How could the VFS know it a filesystem wants to
> do something specific with a file that is completely transparent to the
> VFS?

The VFS shouldn't, that the whole point. That's why it allows the
filesystem to register different method tables for each object.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/