summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs/pseudofs_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/pseudofs/pseudofs_internal.h')
-rw-r--r--sys/fs/pseudofs/pseudofs_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/pseudofs/pseudofs_internal.h b/sys/fs/pseudofs/pseudofs_internal.h
index 7cbc86d..6abd704 100644
--- a/sys/fs/pseudofs/pseudofs_internal.h
+++ b/sys/fs/pseudofs/pseudofs_internal.h
@@ -44,6 +44,7 @@ struct pfs_vdata {
pid_t pvd_pid;
struct vnode *pvd_vnode;
struct pfs_vdata*pvd_prev, *pvd_next;
+ int pvd_dead:1;
};
/*
OpenPOWER on IntegriCloud