freebsd-skq/sys/ufs
kib ec472b577f UFS: stop reusing the vnode for reallocated inode.
In ffs_valloc(), force reclaim existing vnode on inode reuse, instead
of trying to re-initialize the same vnode for new purposes.  This is
done in preparation of changes to the vp->v_object lifecycle handling.

A new FFSV_REPLACE flag to ffs_vgetf() directs the function to
vgone(9) the vnode if found in vfs hash, instead of returning it.

Reviewed by:	markj, mckusick
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
Differential revision:	https://reviews.freebsd.org/D21412
2019-08-29 07:45:23 +00:00
..
ffs UFS: stop reusing the vnode for reallocated inode. 2019-08-29 07:45:23 +00:00
ufs When updating the user or group disk quotas for the return of inodes or 2019-07-31 22:44:58 +00:00