On Tue, Apr 19, 2016 at 04:25:07PM +0200, Csaba Henk wrote: > I also have a vague memory that in Linux VFS the file operations > are dispatched to file objects in quite a pure oop manner (which > suggests itself to practices like "storing the file handle identifier > along with the file object"), while in traditional BSD VFS the file > ops just get the vnode (from which modernization efforts departed > to various degree across the recent BSD variants). Yes, NetBSD VFS has not clue about upper representation of the file, it just has a reference on the vnode. That one will be difficult to implement. -- Emmanuel Dreyfus manu@xxxxxxxxxx _______________________________________________ Gluster-devel mailing list Gluster-devel@xxxxxxxxxxx http://www.gluster.org/mailman/listinfo/gluster-devel