diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-21 03:47:43 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-21 03:47:43 +0000 |
| commit | c901836c143aeb5695c20bb3a7c28d297e5829d3 (patch) | |
| tree | 1c73df5527fa425afd9acc6b6f44948163165c7b /sys/miscfs/union/union_vfsops.c | |
| parent | 84cc2dc3328a37262a2dcd994aab6c0f479a1dc3 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/union/union_vfsops.c')
| -rw-r--r-- | sys/miscfs/union/union_vfsops.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/miscfs/union/union_vfsops.c b/sys/miscfs/union/union_vfsops.c index 0dbcc0152c22..74e4e9941293 100644 --- a/sys/miscfs/union/union_vfsops.c +++ b/sys/miscfs/union/union_vfsops.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)union_vfsops.c 8.7 (Berkeley) 3/5/94 - * $Id$ + * $Id: union_vfsops.c,v 1.3 1994/08/02 07:45:45 davidg Exp $ */ /* @@ -549,3 +549,5 @@ struct vfsops union_vfsops = { union_vptofh, union_init, }; + +VFS_SET(union_vfsops, union, MOUNT_UNION, 0); |
