opnsense-src/sys/fs/udf
Rick Macklem 91b5592a1e fs: Add static asserts for the size of fid structures
File system specific *fid structures are copied into the generic
struct fid defined in sys/mount.h.
As such, they cannot be larger than struct fid.

This patch adds _Static_assert()s to check for this.

ZFS and fuse already have _Static_assert()s.

Reviewed by:	imp
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D47936
2024-12-05 17:56:23 -08:00
..
ecma167-udf.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
osta.c sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
osta.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
udf.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
udf_iconv.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
udf_mount.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
udf_vfsops.c udf: uma_zcreate() does not fail 2024-04-24 08:45:59 -04:00
udf_vnops.c fs: Add static asserts for the size of fid structures 2024-12-05 17:56:23 -08:00