freebsd-skq/sys/fs/ext2fs
jhb b4c54ab330 Consistently use vop_stdpathconf() for default pathconf values.
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
2017-07-11 21:55:20 +00:00
..
ext2_acl.c
ext2_acl.h
ext2_alloc.c
ext2_balloc.c
ext2_bmap.c
ext2_csum.c
ext2_dinode.h
ext2_dir.h ext2fs: add dir_nlink feature support. 2017-06-22 02:43:32 +00:00
ext2_extattr.c
ext2_extattr.h
ext2_extents.c
ext2_extents.h
ext2_extern.h
ext2_hash.c
ext2_htree.c
ext2_inode_cnv.c Remove stale comments. 2017-07-09 15:19:28 +00:00
ext2_inode.c
ext2_lookup.c
ext2_mount.h
ext2_subr.c
ext2_vfsops.c ext2fs: be more verbose about unsupported ext2fs features. 2017-07-02 20:47:25 +00:00
ext2_vnops.c Consistently use vop_stdpathconf() for default pathconf values. 2017-07-11 21:55:20 +00:00
ext2fs.h ext2fs: be more verbose about unsupported ext2fs features. 2017-07-02 20:47:25 +00:00
fs.h
htree.h
inode.h ext2fs: add dir_nlink feature support. 2017-06-22 02:43:32 +00:00