From: krw Date: Thu, 1 Sep 2022 13:37:57 +0000 (+0000) Subject: Nuke comment about not using d_sbsize. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=312e67a8407d825849552cb2bc332efc7369b988;p=openbsd Nuke comment about not using d_sbsize. ok otto@ as part of larger diff --- diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c index 42c27f4fdbc..716609fddd3 100644 --- a/sbin/fsck_ffs/setup.c +++ b/sbin/fsck_ffs/setup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: setup.c,v 1.68 2021/07/12 15:09:18 beck Exp $ */ +/* $OpenBSD: setup.c,v 1.69 2022/09/01 13:37:57 krw Exp $ */ /* $NetBSD: setup.c,v 1.27 1996/09/27 22:45:19 christos Exp $ */ /* @@ -650,7 +650,6 @@ calcsb(char *dev, int devfd, struct fs *fs, struct disklabel *lp, */ fs->fs_size = DL_SECTOBLK(lp, DL_GETPSIZE(pp)) / fs->fs_nspf; fs->fs_ncg = howmany(fs->fs_size, fs->fs_fpg); - /* we can't use lp->d_sbsize, it is the max sb size */ fs->fs_sblkno = roundup( howmany(sblockloc + SBSIZE, fs->fs_fsize), fs->fs_frag);