freebsd-dev/sys/fs
Rick Macklem a82308abab nfs_clvnops.c: Fix access to v_mount when vnode unlocked
Commit ab17854f97 fixed access to v_mount when the
vnode is unlocked for nfs_copy_file_range().

This patch does the same for nfs_advlockasync().

MFC after:	1 week
2022-10-01 16:30:07 -07:00
..
autofs
cd9660 cd9660: Use ANSI (c89) prototypes 2022-07-17 08:14:49 -04:00
cuse cuse(3): Allow shared memory allocations up to, but excluding 2 GBytes. 2022-07-20 10:41:11 +02:00
deadfs
devfs vfs: always retain path buffer after lookup 2022-09-17 09:10:38 +00:00
ext2fs filesystems: return error from vn_rlimit_fsize() instead of EFBIG 2022-09-24 19:41:14 +03:00
fdescfs vfs: introduce V_PCATCH to stop abusing PCATCH 2022-09-17 15:41:37 +00:00
fifofs
fuse copy_file_range: truncate write if it would exceed RLIMIT_FSIZE 2022-09-26 15:22:29 -06:00
mntfs
msdosfs msdosfs: truncate write if it would exceed the fs max file size or RLIMIT_FSIZE 2022-09-24 19:42:01 +03:00
nfs nfscl: Fix parameter order in the calls to MGET(). 2022-09-23 15:07:24 -06:00
nfsclient nfs_clvnops.c: Fix access to v_mount when vnode unlocked 2022-10-01 16:30:07 -07:00
nfsserver vfs: introduce V_PCATCH to stop abusing PCATCH 2022-09-17 15:41:37 +00:00
nullfs nullfs(5): Fix a typo in a source code comment 2022-08-07 14:04:53 +02:00
procfs vm_pager: Remove references to KVME_TYPE_DEFAULT in the kernel 2022-07-17 07:09:48 -04:00
pseudofs pseudofs: use the vget_prep/vget_finish idiom 2022-09-19 20:08:40 +00:00
smbfs filesystems: return error from vn_rlimit_fsize() instead of EFBIG 2022-09-24 19:41:14 +03:00
tmpfs tmpfs: truncate write if it would exceed the fs max file size or RLIMIT_FSIZE 2022-09-24 19:42:05 +03:00
udf
unionfs vfs: introduce V_PCATCH to stop abusing PCATCH 2022-09-17 15:41:37 +00:00