VFS Mount/Unmount
VFS Mount/Unmount
- Subject: VFS Mount/Unmount
- From: Chris Walters <email@hidden>
- Date: Tue, 07 Oct 2003 17:28:12 +1000
I've been searching through the fs code in darwin and ext2fs and have
found some difficulty to know what the the vfs/vnode layer expects from
our filesystem. Currently we call getnewvnode followed by vget... this
gives us 2 usecount's. We unmount doing a vrele.
What significance does the usecount have in the system? How does the
usecount effect the vnode inactive and free lists?
Cheers.
Wally
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.