DragonFly kernel List (threaded) for 2007-07
DragonFly BSD
DragonFly kernel List (threaded) for 2007-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

vfs/vnode/file overhaul


From: "Simon 'corecode' Schubert" <corecode@xxxxxxxxxxxx>
Date: Wed, 25 Jul 2007 10:48:56 +0200

Hey,

as a 1.11 topic I think we should change the vnode/file interface to make more sense. these are of course just stupid ideas to illustrate what I am thinking of:

- all per-fdesc-I/O runs through a struct file and not directly to a vnode
- vnodes only represent logical entities (on disk), NOT devices or whatnot.
- thus drop specfs, this always seemed switched in at the wrong place in the stack
- this will allow us to do device cloning
- a slim vnode interface makes it easier to do support a...
- userland vfs interface which can support something like the kernel API, so userland drivers have a chance to be easily ported to the kernel.

do I make sense? feedback expected!

cheers
 simon

--
Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\
Work - Mac      +++  space for low €€€ NOW!1  +++      Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]