Heres the outline for the VFS rewrite of my OS, any remarks?
(pointers are arrows)
VFS Design
-
- Member
- Posts: 116
- Joined: Thu May 06, 2010 4:34 am
- Libera.chat IRC: peterbjornx
- Location: Leiden, The Netherlands
- Contact:
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: VFS Design
It's interesting that there's a separate list for files and subdirectories (and no symlinks, device files, ...), instead of a single list of "named children" with all the possible types as subclasses thereof. In essence, you have to make all the calling locations aware of all the types instead of trying to have them (mostly) oblivious to that.
Re: VFS Design
My remark is simple - I see it's a bit complex.Peterbjornx wrote:Heres the outline for the VFS rewrite of my OS, any remarks?
May be some short description can clarify your intent that made you to design this diagram?
My previous account (embryo) was accidentally deleted, so I have no chance but to use something new. But may be it was a good lesson about software reliability