Page MenuHomeFreeBSD

ffs snapshots: pass valid args to vn_start_write
ClosedPublic

Authored by vangyzen on Wed, Feb 25, 4:34 PM.
Tags
None
Referenced Files
F146267531: D55512.id.diff
Sun, Mar 1, 6:23 AM
F146253478: D55512.id172687.diff
Sun, Mar 1, 3:40 AM
F146253450: D55512.id172697.diff
Sun, Mar 1, 3:40 AM
Unknown Object (File)
Thu, Feb 26, 10:03 AM
Unknown Object (File)
Thu, Feb 26, 7:48 AM
Unknown Object (File)
Thu, Feb 26, 5:40 AM
Unknown Object (File)
Thu, Feb 26, 5:40 AM
Unknown Object (File)
Thu, Feb 26, 5:04 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