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
F164943571: D55512.id172687.diff
Wed, Aug 5, 1:28 AM
Unknown Object (File)
Sun, Aug 2, 2:54 AM
Unknown Object (File)
Sat, Aug 1, 8:38 AM
Unknown Object (File)
Sat, Jul 25, 3:31 AM
Unknown Object (File)
Fri, Jul 24, 3:08 PM
Unknown Object (File)
Fri, Jul 24, 12:14 AM
Unknown Object (File)
Fri, Jul 24, 12:14 AM
Unknown Object (File)
Sun, Jul 19, 4:56 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