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)
Wed, Apr 15, 5:04 AM
Unknown Object (File)
Wed, Apr 15, 5:01 AM
Unknown Object (File)
Sun, Apr 12, 3:28 PM
Unknown Object (File)
Mon, Apr 6, 5:50 PM
Unknown Object (File)
Mon, Apr 6, 4:13 AM
Unknown Object (File)
Wed, Mar 25, 6:25 PM
Unknown Object (File)
Sun, Mar 22, 7:54 AM
Unknown Object (File)
Mar 18 2026, 4:47 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