summaryrefslogtreecommitdiffstats
path: root/sbin/mount_umapfs
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-24 15:20:11 +0000
committerru <ru@FreeBSD.org>2001-05-24 15:20:11 +0000
commit1fdf57d327ca8bed8af253373e4a1b50f2bc2f90 (patch)
treef7b09d40da40aadd25429942dd9d9cef69d1d9e8 /sbin/mount_umapfs
parent79f2c51981fbe3f97f73892d27570bf5d8c9b840 (diff)
downloadFreeBSD-src-1fdf57d327ca8bed8af253373e4a1b50f2bc2f90.zip
FreeBSD-src-1fdf57d327ca8bed8af253373e4a1b50f2bc2f90.tar.gz
Actually rename FDESC, PORTAL, UMAP and UNION file systems.
OK'ed by: bp
Diffstat (limited to 'sbin/mount_umapfs')
-rw-r--r--sbin/mount_umapfs/mount_umapfs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mount_umapfs/mount_umapfs.c b/sbin/mount_umapfs/mount_umapfs.c
index 19817ca..88f1d5d 100644
--- a/sbin/mount_umapfs/mount_umapfs.c
+++ b/sbin/mount_umapfs/mount_umapfs.c
@@ -226,12 +226,12 @@ main(argc, argv)
args.gnentries = gnentries;
args.gmapdata = gmapdata;
- error = getvfsbyname("umap", &vfc);
- if (error && vfsisloadable("umap")) {
- if(vfsload("umap"))
- err(1, "vfsload(umap)");
+ error = getvfsbyname("umapfs", &vfc);
+ if (error && vfsisloadable("umapfs")) {
+ if(vfsload("umapfs"))
+ err(1, "vfsload(umapfs)");
endvfsent();
- error = getvfsbyname("umap", &vfc);
+ error = getvfsbyname("umapfs", &vfc);
}
if (error)
errx(1, "umap filesystem is not available");
OpenPOWER on IntegriCloud