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)
Sun, Jul 19, 4:56 AM
Unknown Object (File)
Sun, Jul 19, 4:03 AM
Unknown Object (File)
Wed, Jul 15, 5:45 AM
Unknown Object (File)
Wed, Jul 15, 5:45 AM
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)
Jun 18 2026, 7:39 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