summaryrefslogtreecommitdiff
path: root/src/sys/include/os
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/os')
-rw-r--r--src/sys/include/os/vnode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sys/include/os/vnode.h b/src/sys/include/os/vnode.h
index 77cadb2..1fd164d 100644
--- a/src/sys/include/os/vnode.h
+++ b/src/sys/include/os/vnode.h
@@ -88,9 +88,11 @@ struct vop_rw_data {
* filesystem
*
* @ndp: Path component to create
+ * @vtype: Vnode type
*/
struct vop_create_args {
struct nameidata *ndp;
+ vtype_t vtype;
};
/*