Page MenuHomeFreeBSD

ffs snapshots: pass valid args to vn_start_write
ClosedPublic

Authored by vangyzen on Feb 25 2026, 4:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 9, 2:58 PM
Unknown Object (File)
Fri, Jun 26, 6:41 PM
Unknown Object (File)
Tue, Jun 23, 8:22 PM
Unknown Object (File)
Thu, Jun 18, 7:39 AM
Unknown Object (File)
Tue, Jun 16, 3:04 AM
Unknown Object (File)
Mon, Jun 15, 2:46 PM
Unknown Object (File)
Jun 9 2026, 11:31 PM
Unknown Object (File)
Jun 6 2026, 9:36 AM
Subscribers

Details

Summary

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.

Test Plan

I have not tested this.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable