summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-02-23 09:59:08 +0000
committerache <ache@FreeBSD.org>1998-02-23 09:59:08 +0000
commitb76fc8640c60f2ce51b51775b7236b40c418e835 (patch)
treee9e94bbe93531c6a42af1a9dbaa1ed9da7d47557 /sys/msdosfs
parent03cc3500d921c5f53224de43b28ecc50c59f21e3 (diff)
downloadFreeBSD-src-b76fc8640c60f2ce51b51775b7236b40c418e835.zip
FreeBSD-src-b76fc8640c60f2ce51b51775b7236b40c418e835.tar.gz
Oops, add missing bcopy of upper->lower table
Diffstat (limited to 'sys/msdosfs')
-rw-r--r--sys/msdosfs/msdosfs_vfsops.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/msdosfs/msdosfs_vfsops.c b/sys/msdosfs/msdosfs_vfsops.c
index c0de425..30ad072 100644
--- a/sys/msdosfs/msdosfs_vfsops.c
+++ b/sys/msdosfs/msdosfs_vfsops.c
@@ -1,4 +1,4 @@
-/* $Id: msdosfs_vfsops.c,v 1.24 1998/02/18 09:28:43 jkh Exp $ */
+/* $Id: msdosfs_vfsops.c,v 1.25 1998/02/22 15:09:46 ache Exp $ */
/* $NetBSD: msdosfs_vfsops.c,v 1.51 1997/11/17 15:36:58 ws Exp $ */
/*-
@@ -106,6 +106,8 @@ update_mp(mp, argp)
pmp->pm_flags |= argp->flags & MSDOSFSMNT_MNTOPT;
if (pmp->pm_flags & MSDOSFSMNT_U2WTABLE)
bcopy(argp->u2w, pmp->pm_u2w, sizeof(pmp->pm_u2w));
+ if (pmp->pm_flags & MSDOSFSMNT_ULTABLE)
+ bcopy(argp->ul, pmp->pm_ul, sizeof(pmp->pm_ul));
#ifndef __FreeBSD__
/*
OpenPOWER on IntegriCloud