vfs: struct vops: show all members, even if NULL
authorsemarie <semarie@openbsd.org>
Sun, 12 May 2024 16:51:05 +0000 (16:51 +0000)
committersemarie <semarie@openbsd.org>
Sun, 12 May 2024 16:51:05 +0000 (16:51 +0000)
commit6e85720acf6834bd5ca4af3060fd6bb291e95f94
treed8cfbc1aba6f51c3e322e86ba75d2a45660ecc6e
parent8998e21011fc65309e6df740801553df0e0cda0a
vfs: struct vops: show all members, even if NULL

In order to help code maintenance, explicitly add all `struct vops` members with
the current value (if not present, it is NULL), still using the C99 notation.

ok miod@
sys/isofs/udf/udf_vnops.c
sys/kern/vfs_sync.c
sys/ntfs/ntfs_vnops.c