Skip to content
Snippets Groups Projects
Commit 85dda0a8 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Pekka Enberg
Browse files

vfs: split dentries from vnodes

Create a new dentry structure for pathname components, following the Linux
VFS model.  The vnodes are left-as is for now but are always fronted by
dentries for pathname lookups.  In a second step they will be moved to
use non-pathname indices.

[penberg: fix open(O_CREAT|O_EXCL) breakage ]
parent 68a1624d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment