Files
src/sys/ufs
Eric van Gyzen 722fbfef0a ffs snapshots: pass valid args to vn_start_write
If the initial no-wait vn_start_write fails, we pass the old
PCATCH flag to the following sleepable vn_start_write.
Following a75d1ddd74, that flag should be V_PCATCH.

Sponsored by:		Dell Inc.
Differential Revision:	https://reviews.freebsd.org/D55512
2026-02-25 11:44:38 -05:00
..