Skip to content
Snippets Groups Projects
Commit 03235bc9 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

zfs: implement vnop_create

This operation is very different from FreeBSD and Solaris because our
VFS uses create just for the actual entry creation and not for opening
the file, similar to how Linux splits the operation.  A lot of code
that is already handled in vnop_open or the VFS thus can go away.
parent 875e18dc
No related branches found
No related tags found
Loading
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