freebsd-skq/sys/ufs
mjg 1c80afbb99 vfs: stop handling VI_OWEINACT in vget
vget is almost always called with LK_SHARED, meaning the flag (if present) is
almost guaranteed to get cleared. Stop handling it in the first place and
instead let the thread which wanted to do inactive handle the bumepd usecount.

Reviewed by:	jeff
Tested by:	pho
Differential Revision:	https://reviews.freebsd.org/D23184
2020-01-24 07:45:59 +00:00
..
ffs vfs: stop handling VI_OWEINACT in vget 2020-01-24 07:45:59 +00:00
ufs ufs: relax an overzealous assert added in r356671 2020-01-13 14:33:51 +00:00