diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-07-30 22:08:12 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-07-30 22:08:12 +0000 |
| commit | f3cfa6072e225fa457aa153f8fcd51146c947ced (patch) | |
| tree | 1446df485eaec2c860e4297ecfe4f284f91258f9 | |
| parent | f33168f2926a17688f464029b7054dc0ba229780 (diff) | |
Notes
| -rw-r--r-- | sys/sys/vnode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index ddcae4199161..6f1857c07d3e 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -49,6 +49,7 @@ #include <sys/selinfo.h> #include <sys/uio.h> #include <sys/acl.h> +#include <sys/mac.h> #include <vm/uma.h> /* @@ -140,6 +141,7 @@ struct vnode { u_long v_ddid; /* .. capability identifier */ struct vpollinfo *v_pollinfo; struct thread *v_vxproc; /* thread owning VXLOCK */ + struct label v_label; /* MAC label for vnode */ #ifdef DEBUG_LOCKS const char *filename; /* Source file doing locking */ int line; /* Line number doing locking */ |
