Module Name: src Committed By: martin Date: Tue Oct 13 10:44:25 UTC 2020
Modified Files: src/usr.sbin/sysinst: bsddisklabel.c Log Message: Ooops, part of previous was not meant to be included yet To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/usr.sbin/sysinst/bsddisklabel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/sysinst/bsddisklabel.c diff -u src/usr.sbin/sysinst/bsddisklabel.c:1.54 src/usr.sbin/sysinst/bsddisklabel.c:1.55 --- src/usr.sbin/sysinst/bsddisklabel.c:1.54 Tue Oct 13 10:43:23 2020 +++ src/usr.sbin/sysinst/bsddisklabel.c Tue Oct 13 10:44:25 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: bsddisklabel.c,v 1.54 2020/10/13 10:43:23 martin Exp $ */ +/* $NetBSD: bsddisklabel.c,v 1.55 2020/10/13 10:44:25 martin Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -1637,8 +1637,6 @@ apply_settings_to_partitions(struct disk infos[i].last_mounted = want->mount; infos[i].fs_type = want->fs_type; infos[i].fs_sub_type = want->fs_version; - infos[i].fs_opt1 = want->fs_opt1; - infos[i].fs_opt2 = want->fs_opt2; if (wanted->parts->pscheme->add_outer_partition != NULL)