freebsd-src/sys/ufs
Konstantin Belousov 6e1eabadcb ffs_syncvnode(): avoid a LoR for SU
There is another case where SU code does ffs_syncvnode(dvp) for the
parent directory dvp while the child vnode vp is locked.  Avoid the
issue by relocking and returning ERELOOKUP to indicate the need of
resync.

Reported by:	jkim
Reviewed by:	mckusick
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D37997
2023-01-14 20:28:11 +02:00
..
ffs ffs_syncvnode(): avoid a LoR for SU 2023-01-14 20:28:11 +02:00
ufs Fix vop_readdir's ncookies handling in UFS and EXT2. 2023-01-01 19:30:14 -08:00