]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the pointers stored in the superblock into a separate
authormckusick <mckusick@FreeBSD.org>
Fri, 19 Jun 2020 01:02:53 +0000 (01:02 +0000)
committermckusick <mckusick@FreeBSD.org>
Fri, 19 Jun 2020 01:02:53 +0000 (01:02 +0000)
commitfc56f5d1270e3d28c0fce93d63db52ee170f3319
treedbd015863000afa619bfa39c47b28ff33045c0e1
parent7604ae54d1710f953a62a7dbac46a4bd6f4f600c
Move the pointers stored in the superblock into a separate
fs_summary_info structure. This change was originally done
by the CheriBSD project as they need larger pointers that
do not fit in the existing superblock.

This cleanup of the superblock eases the task of the commit
that immediately follows this one.

Suggested by: brooks
Reviewed by:  kib
PR:           246983
Sponsored by: Netflix
sbin/newfs/mkfs.c
stand/libsa/ufs.c
sys/geom/journal/g_journal_ufs.c
sys/geom/label/g_label_ufs.c
sys/ufs/ffs/ffs_snapshot.c
sys/ufs/ffs/ffs_subr.c
sys/ufs/ffs/ffs_vfsops.c
sys/ufs/ffs/fs.h
usr.sbin/fstyp/ufs.c
usr.sbin/quot/quot.c