CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/12 10:51:05
Modified files:
sys/isofs/udf : udf_vnops.c
sys/kern : vfs_sync.c
sys/ntfs : ntfs_vnops.c
Log message:
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@
