diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-03-16 20:23:48 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-03-16 20:23:48 +0000 |
| commit | bbf3a56610557428e5e7eaccee837a69043bfff4 (patch) | |
| tree | 339efa4ef833597457007ee0e04e1f79d39a16c5 /sys/fs/nullfs | |
| parent | f1b2407b0bf95d5b3a8754490f2ac2499319b52a (diff) | |
Notes
Diffstat (limited to 'sys/fs/nullfs')
| -rw-r--r-- | sys/fs/nullfs/null_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c index f7656c42e266..9b7e9da46118 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/nullfs/null_vfsops.c @@ -36,7 +36,7 @@ * @(#)null_vfsops.c 8.2 (Berkeley) 1/21/94 * * @(#)lofs_vfsops.c 1.2 (Berkeley) 6/18/92 - * $Id: null_vfsops.c,v 1.4 1994/10/10 07:55:28 phk Exp $ + * $Id: null_vfsops.c,v 1.5 1995/03/16 18:13:31 bde Exp $ */ /* @@ -368,4 +368,4 @@ struct vfsops null_vfsops = { nullfs_init, }; -VFS_SET(null_vfsops, null, MOUNT_NULL, 0); +VFS_SET(null_vfsops, null, MOUNT_NULL, VFCF_LOOPBACK); |
