mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 18:35:22 -04:00
Update filesystems not currently using vop_stdpathconf() in pathconf VOPs to use vop_stdpathconf() for any configuration variables that do not have filesystem-specific values. vop_stdpathconf() is used for variables that have system-wide settings as well as providing default values for some values based on system limits. Filesystems can still explicitly override individual settings. PR: 219851 Reported by: cem Reviewed by: cem, kib, ngie MFC after: 1 month Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D11541 |
||
|---|---|---|
| .. | ||
| bmap.c | ||
| bmap.h | ||
| nandfs.h | ||
| nandfs_alloc.c | ||
| nandfs_bmap.c | ||
| nandfs_buffer.c | ||
| nandfs_cleaner.c | ||
| nandfs_cpfile.c | ||
| nandfs_dat.c | ||
| nandfs_dir.c | ||
| nandfs_fs.h | ||
| nandfs_ifile.c | ||
| nandfs_mount.h | ||
| nandfs_segment.c | ||
| nandfs_subr.c | ||
| nandfs_subr.h | ||
| nandfs_sufile.c | ||
| nandfs_vfsops.c | ||
| nandfs_vnops.c | ||