We can use UBC here by default now.

This commit is contained in:
pooka 2007-08-06 22:22:40 +00:00
parent a92a4f649f
commit edacb82013
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: efs.c,v 1.1 2007/08/05 22:28:02 pooka Exp $ */
/* $NetBSD: efs.c,v 1.2 2007/08/06 22:22:40 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@ -80,7 +80,7 @@ main(int argc, char *argv[])
args.fspec = argv[0];
rv = p2k_run_fs(&efs_vfsops, argv[0], argv[1], mntflags | MNT_FORCE,
&args, sizeof(args), pflags | PUFFS_KFLAG_NOCACHE_PAGE);
&args, sizeof(args), pflags);
if (rv)
err(1, "mount");