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, May 14, 6:43 AM
Unknown Object (File)
Thu, May 14, 5:52 AM
Unknown Object (File)
Wed, May 13, 8:29 PM
Unknown Object (File)
Mon, May 11, 1:48 PM
Unknown Object (File)
Sun, May 10, 11:04 AM
Unknown Object (File)
Sun, May 10, 11:01 AM
Unknown Object (File)
Sat, May 9, 4:23 PM
Unknown Object (File)
Sat, May 9, 4:16 PM
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